summaryrefslogtreecommitdiff
path: root/example_project/settings.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2017-04-29 13:20:21 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2017-04-29 13:20:21 +0200
commitc0dc48961e9c162256e2cdd53355ba696c44c127 (patch)
tree5b8b1ed0402828e1acb818fd2898e7053209ff98 /example_project/settings.py
parent56d5d905a7d0828285d197b8d108fbed235bd1d6 (diff)
downloadIshtar-c0dc48961e9c162256e2cdd53355ba696c44c127.tar.bz2
Ishtar-c0dc48961e9c162256e2cdd53355ba696c44c127.zip
Extra security to prevent recursion on bulk update
Diffstat (limited to 'example_project/settings.py')
-rw-r--r--example_project/settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/example_project/settings.py b/example_project/settings.py
index 8241e3fca..ea7aa48fc 100644
--- a/example_project/settings.py
+++ b/example_project/settings.py
@@ -10,7 +10,7 @@ DEBUG_TOOLBAR = False
TEMPLATE_DEBUG = DEBUG
SQL_DEBUG = False
DJANGO_EXTENSIONS = False
-USE_SPATIALITE_FOR_TESTS = True
+USE_SPATIALITE_FOR_TESTS = False
TEST_VIEWS = True
if "test" in sys.argv: