We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5647d2 commit b8bc53bCopy full SHA for b8bc53b
2 files changed
Procfile
@@ -1 +1 @@
1
-web:python manage.py collectstatic --noinput;python manage.py runserver 0.0.0.0:$PORT --noreload; gunicorn PyLadiesGhana.wsgi --log-file -
+web:gunicorn PyLadiesGhana.wsgi --log-file -
gg
@@ -0,0 +1 @@
+web:python manage.py collectstatic --noinput;python manage.py runserver 0.0.0.0:$PORT --noreload; gunicorn PyLadiesGhana.wsgi --log-file -
0 commit comments