mirror of https://github.com/zulip/zulip.git
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:
parent
9d8e80a4d7
commit
c16803625c
|
@ -192,8 +192,6 @@ MIDDLEWARE = (
|
|||
"zerver.middleware.FinalizeOpenGraphDescription",
|
||||
)
|
||||
|
||||
ANONYMOUS_USER_ID = None
|
||||
|
||||
AUTH_USER_MODEL = "zerver.UserProfile"
|
||||
|
||||
TEST_RUNNER = "zerver.lib.test_runner.Runner"
|
||||
|
|
Loading…
Reference in New Issue