Skip to content

Commit 2b00d1d

Browse files
authored
Don't raise zeal exceptions normally (#2994)
1 parent c417e00 commit 2b00d1d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main/settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,7 @@
359359
# this should be the first middleware so we catch any issues in our own middleware
360360
MIDDLEWARE += ("zeal.middleware.zeal_middleware",)
361361

362+
ZEAL_RAISE = False
362363
ZEAL_ALLOWLIST = []
363364

364365
SESSION_ENGINE = "django.contrib.sessions.backends.signed_cookies"

0 commit comments

Comments
 (0)