Update test settings for Django >= 1.7

This commit is contained in:
Stephen McDonald 2015-04-15 07:31:58 +10:00
parent d2afe5bdd2
commit 90d352e770
1 changed files with 0 additions and 1 deletions

View File

@ -6,7 +6,6 @@ PROJECT_ROOT = os.path.dirname(os.path.abspath(__file__))
PROJECT_DIRNAME = PROJECT_ROOT.split(os.sep)[-1]
ROOT_URLCONF = "%s.urls" % PROJECT_DIRNAME
TEMPLATE_DIRS = (os.path.join(PROJECT_ROOT, "templates"),)
TEST_RUNNER = "django.test.simple.DjangoTestSuiteRunner"
SECRET_KEY = "hi mom"
DATABASES = {