Skip to content

Commit

Permalink
Using the right module from wsgi
Browse files Browse the repository at this point in the history
  • Loading branch information
AmauryCarrade committed Apr 7, 2021
1 parent ff895c6 commit bd74bdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hawk/wsgi.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@

from django.core.wsgi import get_wsgi_application

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

application = get_wsgi_application()

0 comments on commit bd74bdb

Please sign in to comment.