summaryrefslogtreecommitdiff
path: root/example_project
diff options
context:
space:
mode:
Diffstat (limited to 'example_project')
-rw-r--r--example_project/settings.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/example_project/settings.py b/example_project/settings.py
index 9d0b02299..8241e3fca 100644
--- a/example_project/settings.py
+++ b/example_project/settings.py
@@ -11,6 +11,7 @@ TEMPLATE_DEBUG = DEBUG
SQL_DEBUG = False
DJANGO_EXTENSIONS = False
USE_SPATIALITE_FOR_TESTS = True
+TEST_VIEWS = True
if "test" in sys.argv:
sys.path.insert(0, '..')