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 b90abe4 commit af061daCopy full SHA for af061da
Procfile
@@ -1,3 +1,3 @@
1
web: gunicorn DjangoRestDeepLearning.wsgi:application --log-file - --log-level debug
2
python manage.py collectstatic --noinput
3
-manage.py migrate
+release: manage.py migrate
0 commit comments