Index: src/django_gheat/settings.py
===================================================================
--- src/django_gheat/settings.py	(revision 9371)
+++ src/django_gheat/settings.py	(revision 9372)
@@ -3,5 +3,9 @@
 import os
 PROJECT_HOME = os.path.abspath(os.path.dirname(__file__))
-OSM_CACHE_DIR = '/tmp/osm-cache'
+
+OSM_CACHE_DIR = '/var/osm-cache'
+if not os.path.exists(OSM_CACHE_DIR):
+  OSM_CACHE_DIR = '/tmp/osm-cache'
+
 OSM_CACHE = 'osm_cache'
 
