settings: disable models.W042 check (#74833)
gitea/docbow/pipeline/head This commit looks good Details

This commit is contained in:
Frédéric Péters 2023-02-24 11:46:02 +01:00
parent d10e96fe72
commit 103be3de3c
1 changed files with 1 additions and 1 deletions

View File

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