diff --git a/Procfile b/Procfile index 0d97ea2..cec2b50 100644 --- a/Procfile +++ b/Procfile @@ -1,2 +1,2 @@ release: python manage.py migrate -web: gunicorn --env DJANGO_SETTINGS_MODULE=ImageQ.settings.production ImageQ.wsgi --log-file - --log-level debug +web: gunicorn ImageQ.wsgi --log-file - --log-level debug