settings: Remove ANONYMOUS_USER_ID.

This finishes up #5498 removing the forgotten variable added when we
introduced the later removed django-guardian.
This commit is contained in:
PIG208 2021-08-17 16:12:43 +08:00 committed by Tim Abbott
parent 9d8e80a4d7
commit c16803625c
1 changed files with 0 additions and 2 deletions

View File

@ -192,8 +192,6 @@ MIDDLEWARE = (
"zerver.middleware.FinalizeOpenGraphDescription",
)
ANONYMOUS_USER_ID = None
AUTH_USER_MODEL = "zerver.UserProfile"
TEST_RUNNER = "zerver.lib.test_runner.Runner"