2010-09-26 22:51:02 +00:00
|
|
|
# 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'
|
2010-09-26 22:51:02 +00:00
|
|
|
|
2015-03-03 18:40:18 +00:00
|
|
|
# from modpythoncustom import *
|