Skip to content

Commit

Permalink
Added default silenced system checks to dev
Browse files Browse the repository at this point in the history
After the setting was deleted and added anew, it overrides the
original rather than extending it. This adds the default silenced
checks back.
  • Loading branch information
pbratkowski authored and bmispelon committed Dec 12, 2024
1 parent 75f3fde commit 7735500
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion djangoproject/settings/dev.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,6 @@
"djangoproject.middleware.CORSMiddleware",
)

SILENCED_SYSTEM_CHECKS = ["django_recaptcha.recaptcha_test_key_error"]
SILENCED_SYSTEM_CHECKS = SILENCED_SYSTEM_CHECKS + [
"django_recaptcha.recaptcha_test_key_error"
]

0 comments on commit 7735500

Please sign in to comment.