summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2014-06-28 12:27:15 -0500
committerDan McGee <dan@archlinux.org>2014-09-01 18:25:48 -0500
commit4968aa94847efc020003fe4e1cfc2f490915d68d (patch)
tree123c3da6e6e2d10940fe9fbb945debaf0a1e354d
parenta8ceba34299cca271ddf433bf7618aa98e56cc36 (diff)
downloadarchweb-4968aa94847efc020003fe4e1cfc2f490915d68d.tar.gz
archweb-4968aa94847efc020003fe4e1cfc2f490915d68d.zip
Silence warning with 1.7 by using new test runner
Signed-off-by: Dan McGee <dan@archlinux.org>
-rw-r--r--settings.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/settings.py b/settings.py
index 559a55a0..2e3cf08b 100644
--- a/settings.py
+++ b/settings.py
@@ -102,6 +102,9 @@ SESSION_COOKIE_HTTPONLY = True
# Clickjacking protection
X_FRAME_OPTIONS = 'DENY'
+# Use new test runner
+TEST_RUNNER = 'django.test.runner.DiscoverRunner'
+
INSTALLED_APPS = (
'django.contrib.auth',
'django.contrib.contenttypes',