/Todo_List_Python

Todo list App made in Python and the Django framework. It is able to add, delete and update events.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

ToDo-App In Python With Django Framework

This Todo list is a simple application developed using python Django, HTML, and CSS. This website provides a simple and interactive interface for end-users for adding their To-dos and manage them. The users can add their To-do just by clicking the add button. Then, the system will display them on the home screen. The user can also edit, delete or cross the list as per their wish.

Run

Step-1: Extract/unzip the file

Step-2: Go inside the project folder, open cmd, and type the following commands to install Django Framework and run the webserver:

pip install -r requirements.txt

python manage.py runserver

Step-3: Finally, open the browser and go to localhost:8000