Skip to content

Commit dc27258

Browse files
committed
Update django-guardian settings
1 parent afd7dd9 commit dc27258

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/settings/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ def USE_PROMOS(self): # noqa
331331

332332
# Guardian Settings
333333
GUARDIAN_RAISE_403 = True
334-
ANONYMOUS_USER_ID = -1
334+
# ANONYMOUS_USER_ID = -1
335335

336336
# Stripe
337337
STRIPE_SECRET = None

0 commit comments

Comments
 (0)