/todo-project-django

In this project i have just shown how we can add todo list and we can aslo set important todos and complete todos too

Primary LanguagePython

Todo list project

Steps to run project

  • Step 1 - go in directory where manage.py file is present and run command given bellow
python manage.py migrate
  • Step 2 - After above step you can directly run project by bellow command
python manage.py runserver