8000 Update postdeploy script · encode/rest-framework-tutorial@cfd4c2c · GitHub
[go: up one dir, main page]

Skip to content

Commit cfd4c2c

Browse files
committed
Update postdeploy script
1 parent 682f933 commit cfd4c2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "rest-framework-tutorial",
33
"scripts": {
4-
"postdeploy": "restore.sh"
4+
"postdeploy": "python manage.py migrate && ./restore.sh"
55
},
66
"env": {
77
"ENVIRONMENT": "production",

0 commit comments

Comments
 (0)
0