Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 463 Bytes

EXAMPLE.md

File metadata and controls

12 lines (10 loc) · 463 Bytes

Use of Example project

NOTE: The example is configured to use the phone number to identify users so take care when create the

  1. create virtual env virtualenv env
  2. activate env source env/bin/activate
  3. install requirements pip install -r example/requirements.txt
  4. cd to example project cd example
  5. migrate python manage.py migrate
  6. create super user python manage.py createsuperuser
  7. start the server python manage.py runserver