misc: disable admin action name system check (#53469)

This commit is contained in:
Emmanuel Cazenave 2021-04-27 18:46:00 +02:00
parent 137d9ad66f
commit 02e4e35784
1 changed files with 1 additions and 0 deletions

View File

@ -76,6 +76,7 @@ DOCBOW_EDIT_EMAIL = False
EMAIL_HOST = 'localhost'
SECURE_PROXY_SSL_HEADER = ()
SESSION_COOKIE_AGE = 7200
SILENCED_SYSTEM_CHECKS = ['admin.E130']
TEST_RUNNER = 'django.test.runner.DiscoverRunner'