zulip/zilencer/management/commands
Aditya Bansal 8cfb437677 provision: Don't run create_realm_internal_bots management command.
We essentially stop running create_realm_internal_bots during
every provisioing and move its operations to run from populate db.
In fact to speed things up a bit we actually make populate db call the
funcs which create_realm_internal_bots calls behind the scenes.

Fixes: #9467.
2018-05-23 13:34:52 +05:30
..
__init__.py
add_mock_conversation.py refactoring: Replaced occurences of create_stream_if_needed. 2018-03-21 16:47:36 -07:00
add_new_realm.py zilencer: Use python 3 syntax for typing. 2017-11-22 12:29:03 -08:00
add_new_user.py mypy: Add clarifying variable in add_new_user.py. 2018-02-13 11:40:52 -08:00
add_remote_server.py zilencer: Add a simple management command to create a RemoteZulipServer. 2018-01-08 17:46:46 -08:00
calculate_first_visible_message_id.py messages: Calculate value of first visible message ID using cron job. 2018-01-24 17:15:08 -08:00
compare_messages.py zilencer: Use python 3 syntax for typing. 2017-11-22 12:29:03 -08:00
mark_all_messages_unread.py zilencer: Use python 3 syntax for typing. 2017-11-22 12:29:03 -08:00
migrate_stream_notifications.py zilencer: Use python 3 syntax for typing. 2017-11-22 12:29:03 -08:00
populate_db.py provision: Don't run create_realm_internal_bots management command. 2018-05-23 13:34:52 +05:30
print_initial_password.py zilencer: Use python 3 syntax for typing. 2017-11-22 12:29:03 -08:00
profile_request.py zilencer: Use python 3 syntax for typing. 2017-11-22 12:29:03 -08:00
render_messages.py zilencer: Use python 3 syntax for typing. 2017-11-22 12:29:03 -08:00
sync_api_key.py zilencer: Use python 3 syntax for typing. 2017-11-22 12:29:03 -08:00