- clone the repo
- Make sure to use your favorite virtualenv
- `pip install -r requirements.txt
python manage.py migrate
python manage.py loaddata data/full_fixture.json
python manage.py shell_plus
(just shell also works if you are missing django_extensions)
- Deploying code to the server: [https://help.pythonanywhere.com/pages/DeployExistingDjangoProject/]
- Using environment variables: [https://help.pythonanywhere.com/pages/environment-variables-for-web-apps/]