We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 682f933 commit cfd4c2cCopy full SHA for cfd4c2c
app.json
@@ -1,7 +1,7 @@
1
{
2
"name": "rest-framework-tutorial",
3
"scripts": {
4
- "postdeploy": "restore.sh"
+ "postdeploy": "python manage.py migrate && ./restore.sh"
5
},
6
"env": {
7
"ENVIRONMENT": "production",
0 commit comments