Django Todo-App
This Todo app is built using Django framework. Here user can create his todo list by adding items, edit items and delete the completed ones.
Technologies Used :
1. Python
2. Django
3. Bootstrap
4. HTML5 and CSS
Additional Python Modules Required:
1.Django
Running the project:
cd to the folder containing manage.py file and run this command:
> python manage.py runserver