Based on Djanago , secure and shareable. Add daily activities , schedule your activity and add notes to do revision.
- Add your notes to keep them fopr future use and you can revise them.
- Add activities , Schedule activities
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