- Python 3.6
- pipenv
-
export PIPENV_VENV_IN_PROJECT=1
-
pipenv --python 3.6
-
pipenv shell
-
pipenv install
-
python manage.py migrate
-
Pre populate database
python manage.py loaddata fixture/dump.json
-
Run server
python manage.py runserver
-
Access http://localhost:8000/api/ for list all urls
pytest -v