Skip to content

Commit

Permalink
gunicorn
Browse files Browse the repository at this point in the history
  • Loading branch information
drkane committed Jun 24, 2020
1 parent 0643c82 commit 1f3b9aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
web: gunicorn findthatcharity.wsgi:application
web: gunicorn findthatcharity.findthatcharity.wsgi:application
release: python findthatcharity/manage.py migrate --noinput
3 changes: 2 additions & 1 deletion findthatcharity/findthatcharity/wsgi.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

from django.core.wsgi import get_wsgi_application

os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'findthatcharity.settings')
os.environ.setdefault('DJANGO_SETTINGS_MODULE',
'findthatcharity.findthatcharity.settings')

application = get_wsgi_application()

0 comments on commit 1f3b9aa

Please sign in to comment.