Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 350 Bytes

README.md

File metadata and controls

8 lines (8 loc) · 350 Bytes

In order to run a project locally, run the following commands:

  • pip install -r requirements.txt
  • python manage.py makemigrations
  • python manage.py migrate
  • python manage.py runserver (run the project)

In order to login to the admin panel you need to create a user:

  • python manage.py createsuperuser
  • Then enter "/admin" in the address bar