This is a simple task planner app to organise your work monthly, weekly or daily.
Live on Heroku: https://dhruv-todo.herokuapp.com/
Steps:
- Clone/pull/download this repository
- Create a virtualenv with
virtualenv env
and install dependencies - Configure your .env files.
- Activate the virtual env using
Scripts/activate
- You've setup the virtual env and you're good to run the project.
pip install django
Go to mysite folder and run
python manage.py runserver
Then go to the browser and enter the url http://127.0.0.1:8000/
This project includes:
- Section which tracks your daily tasks.
- Section which tracks your weekly tasks.
- Section which tracks your monthly tasks.