diff options
Diffstat (limited to 'example_project/settings.py')
-rw-r--r-- | example_project/settings.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/example_project/settings.py b/example_project/settings.py index eaa1fb7f5..795629e44 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -240,9 +240,9 @@ except ImportError, e: TESTING = sys.argv[1:2] == ['test'] -if TESTING and USE_SPATIALITE_FOR_TESTS: - DATABASES['default']['ENGINE'] = \ - 'django.contrib.gis.db.backends.spatialite' +# if TESTING and USE_SPATIALITE_FOR_TESTS: +# DATABASES['default']['ENGINE'] = \ +# 'django.contrib.gis.db.backends.spatialite' PROJECT_SLUG = locals().get('PROJECT_SLUG', 'default') |