Changeset - deea193a25a1
[Not reviewed]
1 0 1
Ben Sturmfels (bsturmfels) - 7 months ago 2023-09-14 12:04:37
ben@sturm.com.au
Update WSGI entrypoint to match standard Django
2 files changed with 7 insertions and 14 deletions:
0 comments (0 inline, 0 general)
www/wsgi.py
Show inline comments
 
new file 100644
 
import os
 

	
 
from django.core.wsgi import get_wsgi_application
 

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

	
 
application = get_wsgi_application()
www/wsgicustom.wsgi
Show inline comments
 
deleted file
0 comments (0 inline, 0 general)