We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7275afb commit 522ff85Copy full SHA for 522ff85
Procfile
@@ -1 +1,3 @@
1
-web: python manage.py runserver 0.0.0.0:8000
+release: python manage.py migrate
2
+
3
+web: gunicorn uda_coding_test.wsgi --log-file -
0 commit comments