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 e19d0e4 commit 6f5e643Copy full SHA for 6f5e643
Pipfile
@@ -14,7 +14,6 @@ dj-database-url = "==0.5.0"
14
django-filter = "==2.0.0"
15
django-heroku = "==0.3.1"
16
djangorestframework = "==3.9.0"
17
-gunicorn = "==19.9.0"
18
httpie = "==1.0.2"
19
idna = "==2.7"
20
itypes = "==1.1.0"
Procfile
@@ -1,2 +1,2 @@
1
release: python manage.py migrate --no-input
2
-web: gunicorn apiconfig.wsgi
+web: uwsgi wsgi/uwsgi.ini
0 commit comments