🌱This is a simple task planner app to organize your work monthly, weekly, or daily.
This is a simple task planner app to organise your work monthly, weekly or daily.
Live on Heroku: https://dhruv-todo.herokuapp.com/
Steps:
virtualenv env
and install dependenciesScripts/activate
- 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: