From 4158b9a7119cd4ba4ddbfc2c92752d94c423a65b Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 18 Apr 2017 15:18:46 +0200 Subject: Deactivate sqlite for tests --- example_project/settings.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'example_project/settings.py') 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') -- cgit v1.2.3