Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jsolly committed Oct 3, 2024
1 parent 411397f commit 9fe657d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
web: gunicorn app.app.wsgi:application --log-file - --log-level debug
web: gunicorn app.app.wsgi:application --log-file -
3 changes: 0 additions & 3 deletions app/app/wsgi.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
import os
from django.core.wsgi import get_wsgi_application

os.environ.setdefault("DJANGO_SETTINGS_MODULE", "app.settings.prod")

application = get_wsgi_application()

0 comments on commit 9fe657d

Please sign in to comment.