Changeset - 34d5e020d7b7
[Not reviewed]
0 1 0
Bradley Kuhn (bkuhn) - 13 years ago 2010-09-30 14:23:53
bkuhn@ebb.org
Fixed canonical hostname
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
www/conservancy_wrapper.py
Show inline comments
...
 
@@ -3,6 +3,6 @@
 
# See deployment documentation for more info.
 
from os import environ
 
environ["DJANGO_SETTINGS_MODULE"] = 'conservancy.settings'
 
environ["CANONICAL_HOSTNAME"] = 'conservancy.softwarefreedom.org'
 
environ["CANONICAL_HOSTNAME"] = 'sfconservancy.org'
 

	
 
from modpythoncustom import *
0 comments (0 inline, 0 general)