Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 509 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 509 Bytes

Todo app

This project is Todo app with auth system.

To run this project you need:

  1. Clone this repository.
  2. Open your terminal and cd project's directory.
  3. Run pip install -r requirements.txt.
  4. Then make migrations with command python manage.py makemigrations.
  5. Migrate to your db python manage.py migrate.
  6. Run server python manage.py runserver.
  7. Open your browser and go to localhost:8000.

P.S. I made this app while other people was celebrating New Year xd