Skip to content

Commit

Permalink
Changed to prod
Browse files Browse the repository at this point in the history
  • Loading branch information
deven96 committed Jan 31, 2019
1 parent cb93bb2 commit 5919f70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ImageQ/wsgi.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 24,7 @@

from django.core.wsgi import get_wsgi_application

current_settings = "ImageQ.settings.local_settings"
current_settings = "ImageQ.settings.production"

os.environ.setdefault('DJANGO_SETTINGS_MODULE', current_settings)

Expand Down

0 comments on commit 5919f70

Please sign in to comment.