Skip to content

Commit

Permalink
fix django configuration selection in wsgi script
Browse files Browse the repository at this point in the history
  • Loading branch information
lilioid committed Dec 10, 2020
1 parent a2670bb commit ff8ed69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imagetagger/imagetagger/wsgi.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
from configurations.wsgi import get_wsgi_application

os.environ.setdefault("DJANGO_SETTINGS_MODULE", "imagetagger.settings")
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "Prod")
os.environ.setdefault("DJANGO_CONFIGURATION", "Prod")

application = get_wsgi_application()

0 comments on commit ff8ed69

Please sign in to comment.