Upgrade to heroku-20 stack

This commit is contained in:
2021-01-25 15:39:04 +00:00
parent 8ad629a47e
commit 6db25fb56b

View File

@@ -4,7 +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", "stack": "heroku-20",
"env": { "env": {
"DEBUG": { "DEBUG": {
"required": true "required": true
@@ -51,4 +51,4 @@
"url": "heroku/python" "url": "heroku/python"
} }
] ]
} }