summaryrefslogtreecommitdiff
path: root/example_project/settings.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2018-02-02 16:36:58 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2018-02-02 16:36:58 +0100
commit79c236e7eef57bd4ebfda743db1354c99806ffa0 (patch)
tree70c4f45e2b70a8dcb3c9b59464731b1a0236d7f3 /example_project/settings.py
parent2ed9c95849853edbb39f484821b5df8f3a43ec50 (diff)
downloadIshtar-79c236e7eef57bd4ebfda743db1354c99806ffa0.tar.bz2
Ishtar-79c236e7eef57bd4ebfda743db1354c99806ffa0.zip
No more test with spatialite :( Too much cool PostgreSQL features used.
Diffstat (limited to 'example_project/settings.py')
-rw-r--r--example_project/settings.py5
1 files changed, 0 insertions, 5 deletions
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: