models: Extract zerver.models.realms.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2023-12-14 17:14:24 -08:00
committed by Tim Abbott
parent 7001a0dfc0
commit cd96193768
119 changed files with 1219 additions and 1182 deletions

View File

@@ -32,9 +32,9 @@ from zerver.models import (
UserActivity,
UserProfile,
get_client,
get_realm,
get_stream,
)
from zerver.models.realms import get_realm
from zerver.tornado.event_queue import build_offline_notification
from zerver.worker import queue_processors
from zerver.worker.queue_processors import (