Changeset - 613a018076fe
[Not reviewed]
0 1 0
Bradley Kuhn (bkuhn) - 13 years ago 2010-09-27 00:26:32
bkuhn@ebb.org
Migrated some settings to djangocommonsettings so they can easily be overridden.
1 file changed with 0 insertions and 6 deletions:
0 comments (0 inline, 0 general)
www/conservancy/settings.py
Show inline comments
...
 
@@ -20,15 +20,9 @@
 
from djangocommonsettings import *
 

	
 
SITE_ID = 2
 
MEDIA_ROOT = '/var/www/conservancy/static/media/'
 
MEDIA_URL = 'http://sfconservancy.org/media'
 
ROOT_URLCONF = 'conservancy.urls'
 
FORCE_CANONICAL_HOSTNAME = "sfconservancy.org"
 

	
 
TEMPLATE_DIRS = (
 
    '/var/www/conservancy/templates',
 
)
 

	
 
try:
 
    from djangodebug import conservancy_hostname as FORCE_CANONICAL_HOSTNAME
 
except:
0 comments (0 inline, 0 general)