Advance To-Do-List Django Web App with Login & Registration Features Using Django 3.0.
- ToDoList is Folder of Project
- ToDoList_App is the Folder of App
- static has JS, CSS files.
- Templates has HTML files.
- Clone or download the repo
- Install requirements.txt file via pip install -r requirements.txt
- open cmd in folder where manage.py file is and fire command python manage.py runserver
- Open http://127.0.0.1:8000/ in Your Browser to see app running.