Skip to content

Commit 6f5e643

Browse files
committed
uswgi recovered, gunicorn removed
1 parent e19d0e4 commit 6f5e643

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Pipfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ dj-database-url = "==0.5.0"
1414
django-filter = "==2.0.0"
1515
django-heroku = "==0.3.1"
1616
djangorestframework = "==3.9.0"
17-
gunicorn = "==19.9.0"
1817
httpie = "==1.0.2"
1918
idna = "==2.7"
2019
itypes = "==1.1.0"

Procfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
release: python manage.py migrate --no-input
2-
web: gunicorn apiconfig.wsgi
2+
web: uwsgi wsgi/uwsgi.ini

0 commit comments

Comments
 (0)