diff --git a/app.json b/app.json index 14cb48b5..e0fc9429 100644 --- a/app.json +++ b/app.json @@ -9,7 +9,10 @@ { "url": "heroku/python" } - ] + ], + "scripts": { + "postdeploy": "python3 csm_web/manage.py migrate && python3 csm_web/manage.py createtestdata --yes" + } } } }