Changeset 9369 for src/django_gheat
- Timestamp:
- Jul 12, 2011, 7:40:59 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/django_gheat/settings.py
r9368 r9369 10 10 DEBUG = os.path.exists(PROJECT_HOME + '/debug-active') 11 11 TEMPLATE_DEBUG = DEBUG 12 13 print DEBUG14 12 15 13 if DEBUG and not os.path.exists(OSM_CACHE_DIR):
Note:
See TracChangeset
for help on using the changeset viewer.