NOTE: The example is configured to use the phone number to identify users so take care when create the
- create virtual env
virtualenv env
- activate env
source env/bin/activate
- install requirements
pip install -r example/requirements.txt
- cd to example project
cd example
- migrate
python manage.py migrate
- create super user
python manage.py createsuperuser
- start the server
python manage.py runserver