mirror of https://github.com/zulip/zulip.git
aa98b39429
This commit adds code to copy the realm-level default of
settings while creating users through bulk_create_users.
We do not directly call 'copy_default_settings' as it
calls ".save()" but here we want to bulk_create the objects
for efficiency.
We also add the code to set realm-default of enter_sends as
True for the Zulip dev server as done in
|
||
---|---|---|
.. | ||
commands | ||
__init__.py |