Changeset 9567
- Timestamp:
- Aug 25, 2011, 2:02:41 PM (13 years ago)
- Location:
- src/django_gheat
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/django_gheat
- Property svn:ignore
-
old new 3 3 sitemedia 4 4 id_rsa 5 local_settings.py 6 enable_debug
-
- Property svn:ignore
-
src/django_gheat/settings.py
r9549 r9567 10 10 DJANGO_CDN_DOMAINS = [d + '.maps.wirelessleiden.nl' for d in DJANGO_BALANCERS] 11 11 12 DEBUG = os.path.exists(PROJECT_HOME + '/enable -debug')12 DEBUG = os.path.exists(PROJECT_HOME + '/enable_debug') 13 13 TEMPLATE_DEBUG = DEBUG 14 14 … … 103 103 # Make sure to use a trailing slash. 104 104 # Examples: "http://foo.com/static/admin/", "/static/admin/". 105 ADMIN_MEDIA_PREFIX = '/d/static/admin/'105 ADMIN_MEDIA_PREFIX = DJANGO_PREFIX + '/static/admin/' 106 106 107 107 # Additional locations of static files … … 160 160 'wlheatmap', 161 161 ) 162 163 # Include and custom local stuff 164 if os.path.isfile(PROJECT_HOME + '/local_settings.py'): 165 from local_settings import *
Note:
See TracChangeset
for help on using the changeset viewer.