We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7499752 commit 7703c05Copy full SHA for 7703c05
1 file changed
Procfile
@@ -1,2 +1,2 @@
1
release: python manage.py migrate --no-input
2
-web: uwsgi wsgi/uwsgi.ini
+web: gunicorn backend.wsgi --log-file -
0 commit comments