From 79c236e7eef57bd4ebfda743db1354c99806ffa0 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 2 Feb 2018 16:36:58 +0100 Subject: No more test with spatialite :( Too much cool PostgreSQL features used. --- example_project/local_settings.py.gitlab-ci | 1 - example_project/settings.py | 5 ----- 2 files changed, 6 deletions(-) (limited to 'example_project') diff --git a/example_project/local_settings.py.gitlab-ci b/example_project/local_settings.py.gitlab-ci index 913f10fea..b4f94f6a1 100644 --- a/example_project/local_settings.py.gitlab-ci +++ b/example_project/local_settings.py.gitlab-ci @@ -12,6 +12,5 @@ DATABASES = { LOGFILE = '/tmp/ishtar.log' PROJECT_SLUG = "CI-instance" -USE_SPATIALITE_FOR_TESTS = False SECRET_KEY = "not-so-secret-key" diff --git a/example_project/settings.py b/example_project/settings.py index 06e32ba58..7135f62f9 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -10,7 +10,6 @@ DEBUG_TOOLBAR = False DEBUG_TO_CONSOLE = False SQL_DEBUG = False DJANGO_EXTENSIONS = False -USE_SPATIALITE_FOR_TESTS = False TEST_VIEWS = True if "test" in sys.argv: @@ -260,10 +259,6 @@ 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' - PROJECT_SLUG = locals().get('PROJECT_SLUG', 'default') if LOGFILE: -- cgit v1.2.3