Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 283 Bytes

File metadata and controls

11 lines (10 loc) · 283 Bytes

How to install this project

  • pip install virtualenv
  • virtualenv env
  • env\Scripts\activate.bat
  • pip install -r requirements.txt
  • python manage.py test
  • python manage.py makemigrations
  • python manage.py migrate
  • python manage.py createsuperuser
  • python manage.py runserver