Silence warning with 1.7 by using new test runner

Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
Dan McGee 2014-06-28 12:27:15 -05:00
parent a8ceba3429
commit 4968aa9484

View File

@ -102,6 +102,9 @@
# Clickjacking protection
X_FRAME_OPTIONS = 'DENY'
# Use new test runner
TEST_RUNNER = 'django.test.runner.DiscoverRunner'
INSTALLED_APPS = (
'django.contrib.auth',
'django.contrib.contenttypes',