We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28a214b commit b690141Copy full SHA for b690141
app.json
@@ -7,6 +7,9 @@
7
"sample"
8
],
9
"repository": "https://github.com/yefim/flask-heroku-sample",
10
+ "scripts": {
11
+ "postdeploy": "python -c 'from app import db; db.create_all()'"
12
+ },
13
"addons": [
14
"heroku-postgresql"
15
]
0 commit comments