website/www/conservancy_wrapper.py

9 lines
353 B
Python
Raw Normal View History

# req.subprocess_env is not set when the PostReadRequestHandler runs,
# so we just bypass it altogether and set the relevant variable here.
# See deployment documentation for more info.
from os import environ
environ["DJANGO_SETTINGS_MODULE"] = 'conservancy.settings'
2010-09-30 14:23:53 +00:00
environ["CANONICAL_HOSTNAME"] = 'sfconservancy.org'
2015-03-03 18:40:18 +00:00
# from modpythoncustom import *