mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 05:22:16 +00:00
Heroku Staging Setup (#250)
Heroku Staging Setup Includes data generation
This commit is contained in:
3
app.json
3
app.json
@@ -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
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user