a todo list (task manager) created using django
Note: Make sure your Django environment is setup. You can learn more about django here: https://www.djangoproject.com/
First, clone the repository with the 'clone' command, or just download the zip. Then you go, you can now open & edit the project.
Make sure you have the django framework installed and running.
Run the following command in your terminal.
$ python .\manage.py runserver
- Django - A python based web development framework