Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 236 Bytes

File metadata and controls

7 lines (6 loc) · 236 Bytes

Running the project

  • pip install -r requirements.txt
  • python manage.py migrate
  • python manage.py createsuperuser
  • python manage.py runserver
  • visit http://127.0.0.1:8000/admin/ and login with the superuser credentials