Skip to content

Commit

Permalink
Deploy demo with proper settings
Browse files Browse the repository at this point in the history
  • Loading branch information
javrasya committed Nov 27, 2019
1 parent 944bd02 commit e97b1d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/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", "demo.settings")
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "demo.settings.prod")

application = get_wsgi_application()

0 comments on commit e97b1d0

Please sign in to comment.