]> git.ozlabs.org Git - patchwork/blobdiff - patchwork/settings/base.py
trivial: Remove Python < 2.5 code
[patchwork] / patchwork / settings / base.py
index 9b52989da8bfabd04107fb655fe111140df57857..5b40bcba67709cc9fe33c7e3ddf368fc76489915 100644 (file)
@@ -113,3 +113,5 @@ COMPAT_REDIR = True
 # the scheme based on current access. This is useful if SSL protocol
 # is terminated upstream of the server (e.g. at the load balancer)
 FORCE_HTTPS_LINKS = False
+
+TEST_RUNNER = 'django.test.runner.DiscoverRunner'