Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 261 Bytes

EXAMPLE.md

File metadata and controls

8 lines (7 loc) · 261 Bytes

Use of Example project

  1. create virtual env virtualenv venv
  2. activate env source venv/bin/activate
  3. install requirements pip install -r requirements.txt
  4. migrate python manage.py migrate
  5. create super user 'python manage.py createsuperuser'