Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 207 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 207 Bytes

To start:

  • Create and enter a virtual environemnt

  • Install django

  • Install sqlite3

  • run python manage.py makemigrations webapp; python manage.py migrate

  • to run the server: python manage.py runserver