Skip to content

Commit cdedd50

Browse files
committed
add SILENCED_SYSTEM_CHECKS
1 parent ec321b8 commit cdedd50

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/django/base.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,8 @@
254254

255255
TMDB_API_KEY = env.str("TMDB_API_KEY", "")
256256

257+
SILENCED_SYSTEM_CHECKS = ["wagtailadmin.W002"]
258+
257259
# lib settings
258260
from config.settings.django_allauth import * # noqa: E402, F403
259261
from config.settings.django_comments_xtd import * # noqa: E402, F403

0 commit comments

Comments
 (0)