summaryrefslogtreecommitdiff
path: root/example_project
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2017-04-18 15:18:46 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2017-04-18 15:18:46 +0200
commit4158b9a7119cd4ba4ddbfc2c92752d94c423a65b (patch)
treec9b25878dcd6baede613f2034cad1ac66a877d56 /example_project
parent85b5a60e3495f3f87c92acf9583ba63a11d4b560 (diff)
downloadIshtar-4158b9a7119cd4ba4ddbfc2c92752d94c423a65b.tar.bz2
Ishtar-4158b9a7119cd4ba4ddbfc2c92752d94c423a65b.zip
Deactivate sqlite for tests
Diffstat (limited to 'example_project')
-rw-r--r--example_project/settings.py6
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')