Django backend which performs GitHub PR on receiving geoBoundaries contributor POST data
In the Heroku dashboard:
- Add python buildpack
- Add heroku-postgresql addon
- Add config vars
- GITHUB_TOKEN (see geoBoundaryBot access tokens)
- SECRET_KEY (this can be anything and is used by django to encrypt data)