mirror of
https://github.com/zulip/zulip.git
synced 2025-11-12 18:06:44 +00:00
models: Extract zerver.models.users.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
37a9c4501f
commit
45bb8d2580
@@ -49,10 +49,8 @@ from zerver.models import (
|
||||
UserGroupMembership,
|
||||
UserMessage,
|
||||
UserProfile,
|
||||
active_user_ids,
|
||||
bot_owner_user_ids,
|
||||
get_system_bot,
|
||||
)
|
||||
from zerver.models.users import active_user_ids, bot_owner_user_ids, get_system_bot
|
||||
from zerver.tornado.django_api import send_event_on_commit
|
||||
|
||||
if settings.BILLING_ENABLED:
|
||||
|
||||
Reference in New Issue
Block a user