actions: Split out zerver.actions.realm_settings.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
(cherry picked from commit 59f6b090c7)
This commit is contained in:
Anders Kaseorg
2022-04-14 14:57:15 -07:00
committed by Tim Abbott
parent 87c58f8e23
commit 37b40df30c
41 changed files with 573 additions and 558 deletions

View File

@@ -48,9 +48,9 @@ from two_factor.models import PhoneDevice
from corporate.models import Customer, CustomerPlan, LicenseLedger
from zerver.actions.message_send import check_send_message, check_send_stream_message
from zerver.actions.realm_settings import do_set_realm_property
from zerver.actions.streams import bulk_add_subscriptions, bulk_remove_subscriptions
from zerver.decorator import do_two_factor_login
from zerver.lib.actions import do_set_realm_property
from zerver.lib.cache import bounce_key_prefix_for_testing
from zerver.lib.initial_password import initial_password
from zerver.lib.notification_data import UserMessageNotificationsData