Skip to content

Commit

Permalink
Suppression de la variable de configuration TEST_RUNNER (#6376)
Browse files Browse the repository at this point in the history
  • Loading branch information
philippemilink authored Aug 14, 2022
1 parent 85ad533 commit 0dd1e15
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions zds/settings/abstract_base/django.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,10 +315,6 @@
"django.contrib.auth.backends.AllowAllUsersModelBackend",
)

# To remove a useless warning in Django 1.7.
# See http://daniel.hepper.net/blog/2014/04/fixing-1_6-w001-when-upgrading-from-django-1-5-to-1-7/
TEST_RUNNER = "django.test.runner.DiscoverRunner"

# Properly handle HTTPS vs HTTP
SECURE_PROXY_SSL_HEADER = ("HTTP_X_FORWARDED_PROTO", "https")

Expand Down

0 comments on commit 0dd1e15

Please sign in to comment.