aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/app.json b/app.json
index 5241c563..05975d06 100644
--- a/app.json
+++ b/app.json
@@ -9,7 +9,7 @@
"repository": "https://github.com/cedricbonhomme/pyAggr3g470r",
"logo": "https://raw.githubusercontent.com/cedricbonhomme/pyAggr3g470r/master/pyaggr3g470r/static/img/logo.png",
"scripts": {
- "postdeploy": "python db_create.py"
+ "postdeploy": "python manager.py db_create"
},
"env": {
"HEROKU": "1",
@@ -23,4 +23,4 @@
"addons": [
"heroku-postgresql:hobby-dev"
]
-} \ No newline at end of file
+}
bgstack15