]> git.0d.be Git - panikweb.git/commitdiff
settings: remove unused test_runner
authorFrédéric Péters <fpeters@0d.be>
Thu, 26 Oct 2023 07:16:22 +0000 (09:16 +0200)
committerFrédéric Péters <fpeters@0d.be>
Thu, 26 Oct 2023 07:16:22 +0000 (09:16 +0200)
panikweb/settings.py

index fed8bbde38dc3490f710e0dd78bed496c893ef34..715b419d4efb2dec53431842e7f7f0ded5c267f9 100644 (file)
@@ -31,9 +31,6 @@ DATABASES = {
 
 ACCOUNT_ACTIVATION_DAYS = 7  # Activation window
 
-# if django.VERSION[:2] < (1, 6):
-TEST_RUNNER = 'discover_runner.DiscoverRunner'
-
 # Local time zone for this installation. Choices can be found here:
 # http://en.wikipedia.org/wiki/List_of_tz_zones_by_name
 # although not all choices may be available on all operating systems.