Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 447 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 447 Bytes

Todo Do List App

To use this Project follow these step

  • pip install virtualenv
  • git clone https://github.com/adityapandey217/Todo-Do-List-App.git
  • cd Todo-Do-List-App
  • virtualenv venv
  • venv\Scripts\activate
  • pip install -r requirements.txt
  • python manage.py migrate
  • After these steps you can start using the project and it there is any problem don't to hesitate to pull request.