Heroku Staging Setup (#250)

Heroku Staging Setup

Includes data generation
This commit is contained in:
davidtaylorhq
2016-07-13 23:19:31 +01:00
committed by Tom Price
parent c5d3e7c0f2
commit fc6db5bff2
7 changed files with 296 additions and 8 deletions

View File

@@ -2,12 +2,13 @@
"name": "PyRIGS",
"description": "",
"scripts": {
"postdeploy": "python manage.py migrate"
"postdeploy": "python manage.py migrate && python manage.py generateSampleData"
},
"env": {
"DEBUG": {
"required": true
},
"STAGING": "1",
"EMAIL_FROM": {
"required": true
},