Changeset - fedab3120b7f
[Not reviewed]
0 1 0
Ben Sturmfels (bsturmfels) - 1 month ago 2024-03-20 03:15:20
ben@sturm.com.au
Specify the production settings in wsgi.py
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
conservancy/wsgi.py
Show inline comments
...
 
@@ -7,6 +7,6 @@ import os
 

	
 
from django.core.wsgi import get_wsgi_application
 

	
 
os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'conservancy.settings')
 
os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'conservancy.settings.prod')
 

	
 
application = get_wsgi_application()
0 comments (0 inline, 0 general)