This commit is contained in:
Trey t
2023-06-26 14:55:01 -05:00
parent e14397aaa0
commit c1751d2c94
7 changed files with 3 additions and 6 deletions

7
app.json Normal file
View File

@@ -0,0 +1,7 @@
{
"scripts": {
"dokku": {
"predeploy": "/code/manage.py migrate --noinput"
}
}
}