- Timestamp:
- Jul 12, 2011, 7:32:35 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/django_gheat/settings.py
r9358 r9368 8 8 9 9 10 DEBUG = True10 DEBUG = os.path.exists(PROJECT_HOME + '/debug-active') 11 11 TEMPLATE_DEBUG = DEBUG 12 13 print DEBUG 12 14 13 15 if DEBUG and not os.path.exists(OSM_CACHE_DIR): … … 18 20 19 21 ADMINS = ( 20 (' Example Admin', 'admin@example.org'),22 ('Rick van der Zwet', 'info@rickvanderzwet.nl'), 21 23 ) 22 24
Note:
See TracChangeset
for help on using the changeset viewer.