zulip/zilencer/management/commands
Tim Abbott c0c9dfb66d populate_db: Fix crash by removing do_send_message.
This old helper has for years been used only by populate_db, and got
buggy (as of a recent refactoring).  So we just call do_send_messages
directly instead.

Fixes the provisioning error we currently get in Travis CI.
2017-01-21 22:07:36 -08:00
..
__init__.py [schema] Support for authenticating Deployments via the API. 2013-10-25 14:13:30 -04:00
compare_messages.py Always start python via shebang lines. 2016-11-26 14:46:37 -08:00
create_deployment.py Rename models.get_realm_by_string_id to get_realm. 2017-01-04 17:12:23 -08:00
grant_invites.py Annotate most Zulip management commands. 2016-06-04 10:12:06 -07:00
migrate_stream_notifications.py Annotate most Zulip management commands. 2016-06-04 10:12:06 -07:00
populate_db.py populate_db: Fix crash by removing do_send_message. 2017-01-21 22:07:36 -08:00
print_initial_password.py Annotate most Zulip management commands. 2016-06-04 10:12:06 -07:00
profile_request.py Django 1.10: Use add_argument for options in BaseCommand. 2016-11-04 10:20:23 -07:00
render_messages.py Always start python via shebang lines. 2016-11-26 14:46:37 -08:00
sync_api_key.py sync_api_key: Fix `ConfigParser` deprecation warnings. 2016-12-30 11:52:22 -08:00
test_messages.txt Split management commands for internal use into zilencer/ 2013-11-04 11:58:52 -05:00