This To-do App using Django Framework is a simple application developed using python Django, HTML and CSS. This website provides simple and interactive interface for end-users for adding their To-dos and manage them i.e. delete or update their To-dos.
The website provides features such as login and register for all the users, proper authentication system, feature to update user’s profile and many more. Users can add their To-do just by clicking the add button and it will be automatically be shown in the home screen.
About this To-Do App Django Project :
The system is built fully in Django Framework in back-end and HTML, CSS in front-end. It has full-featured user interface with all the functionalities of a To-do website. It also provides separate dashboard for admin to track and control all the registered users as well as the To-dos added to the system in case of any uneven activities.
How To Run The Project?
To run this project, you must have installed Python on your PC. After downloading the project, follow the steps below:
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
For admin panel access :
username -> admin
password -> admin