mirror of https://github.com/zulip/zulip.git
e83ea8b6a7
Previously, we had a function named create_add_users_to_system_user_groups for creating system user groups and adding users to them in case when exports do not contain these groups when importing from other services. This commit just separates out the call to create_system_user_groups_for_realm outside the function and the function is thus renamed to add_users_to_system_user_group. This change is done because in further commits we would need to update the import order and user groups will be created before creating user profile objects. |
||
---|---|---|
.. | ||
actions | ||
data_import | ||
integration_fixtures/nagios | ||
lib | ||
management | ||
migrations | ||
openapi | ||
tests | ||
tornado | ||
views | ||
webhooks | ||
worker | ||
__init__.py | ||
apps.py | ||
context_processors.py | ||
decorator.py | ||
filters.py | ||
forms.py | ||
logging_handlers.py | ||
middleware.py | ||
models.py | ||
signals.py |