Skip to content

Commit

Permalink
update default wsgi settings
Browse files Browse the repository at this point in the history
gaelmuller committed Jan 21, 2016
1 parent 19fe29e commit 2313f89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fir/wsgi.py
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@
"""
import os

os.environ.setdefault("DJANGO_SETTINGS_MODULE", "fir.settings")
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "fir.config.production")

# This application object is used by any WSGI server configured to use this
# file. This includes Django's development server, if the WSGI_APPLICATION

0 comments on commit 2313f89

Please sign in to comment.