mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-02-09 16:29:41 +00:00
Switch to heroku-18 stack (#409)
cedar-14 has been deprectated: https://devcenter.heroku.com/changelog-items/1413
This commit is contained in:
1
app.json
1
app.json
@@ -4,6 +4,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"postdeploy": "python manage.py migrate && python manage.py generateSampleData"
|
"postdeploy": "python manage.py migrate && python manage.py generateSampleData"
|
||||||
},
|
},
|
||||||
|
"stack": "heroku-18",
|
||||||
"env": {
|
"env": {
|
||||||
"DEBUG": {
|
"DEBUG": {
|
||||||
"required": true
|
"required": true
|
||||||
|
|||||||
Reference in New Issue
Block a user