- Timestamp:
- Jul 12, 2011, 8:02:09 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/django_gheat/settings.py
r9369 r9372 3 3 import os 4 4 PROJECT_HOME = os.path.abspath(os.path.dirname(__file__)) 5 OSM_CACHE_DIR = '/tmp/osm-cache' 5 6 OSM_CACHE_DIR = '/var/osm-cache' 7 if not os.path.exists(OSM_CACHE_DIR): 8 OSM_CACHE_DIR = '/tmp/osm-cache' 9 6 10 OSM_CACHE = 'osm_cache' 7 11
Note:
See TracChangeset
for help on using the changeset viewer.