Skip to content

Djnago Based to do and revision notes application

Notifications You must be signed in to change notification settings

PriyatamNayak/Daily-To-Do-Task-Managment

Repository files navigation

Daily-To-Do-Task-Managment

Python Version Django Version Django Rest Framework Version

Based on Djanago , secure and shareable. Add daily activities , schedule your activity and add notes to do revision.

  1. Add your notes to keep them fopr future use and you can revise them.
  2. Add activities , Schedule activities

Running the Project Locally

Create pipenv and install all dependencies.

$ pip install pipenv

$ pipenv install

$ pipenv shell

First, clone the repository to your local machine:

Install the requirements:

Apply the migrations:

dont forget to load applictaion data.

python manage.py migrate

python manage.py createsuperuser

python manage.py loaddata ApplictaionData.json

Update your Secrate Key in seting.py

Finally, run the development server:

python manage.py runserver

About

Djnago Based to do and revision notes application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages