Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 348 Bytes

File metadata and controls

9 lines (7 loc) · 348 Bytes

todoList

To run this project, run below commands
pip install -r "requirements.txt" #installing packages

python manage.py makemigrations
python manage.py migrate
python manage.py createsuperuser #for creating super user as admin
python manage.py runserver # to start/launch server