zulip/zerver/management/commands
Tim Abbott 930c64df8a Move zulip.com-related statsd configuration out of main settings.py.
This also removes the convenient way to run statsd in the Dev VM,
because we don't anticipate anyone doing that.  It's just 2 lines of
config to configure it anyway:

STATSD_HOST = 'localhost'
STATSD_PREFIX = 'user'

(imported from commit 5b09422ee0e956bc7f336dd1e575634380b8bfa2)
2015-08-22 13:49:43 -07:00
..
__init__.py [manual] Rename Django app from zephyr to zerver. 2013-08-06 07:39:36 -04:00
add_users_to_streams.py [manual] Rename Django app from zephyr to zerver. 2013-08-06 07:39:36 -04:00
bankrupt_users.py Django 1.8: declare positional arguments in management commands 2015-08-20 23:35:40 -07:00
bulk_change_user_name.py Django 1.8: declare positional arguments in management commands 2015-08-20 23:35:40 -07:00
change_user_email.py Django 1.8: declare positional arguments in management commands 2015-08-20 23:35:40 -07:00
check_apns_tokens.py Clean up some unused imports. 2013-11-04 11:51:17 -05:00
check_redis.py [manual] Rename Django app from zephyr to zerver. 2013-08-06 07:39:36 -04:00
checkconfig.py Enterprise => Voyager. 2015-08-21 10:33:35 -07:00
create_realm.py Change semantics of ZULIP_COM to include ZULIP_COM_STAGING machines. 2015-08-21 10:41:14 -07:00
create_stream.py Django 1.8: declare positional arguments in management commands 2015-08-20 23:35:40 -07:00
create_user.py Django 1.8: declare positional arguments in management commands 2015-08-20 23:35:40 -07:00
deactivate_user.py Django 1.8: declare positional arguments in management commands 2015-08-20 23:35:40 -07:00
deliver_email.py Fix a bunch of Zulip Voyager related comments. 2015-08-21 10:40:54 -07:00
dump_messages.py Enable absolute imports for non-third-party code where it was omitted previously 2013-10-25 14:13:30 -04:00
email-mirror.py Fix a bunch of Zulip Voyager related comments. 2015-08-21 10:40:54 -07:00
enqueue_digest_emails.py Change semantics of ZULIP_COM to include ZULIP_COM_STAGING machines. 2015-08-21 10:41:14 -07:00
enqueue_file.py Django 1.8: declare positional arguments in management commands 2015-08-20 23:35:40 -07:00
expunge_db.py [manual] Rename Django app from zephyr to zerver. 2013-08-06 07:39:36 -04:00
expunge_logs.py Django 1.8: declare positional arguments in management commands 2015-08-20 23:35:40 -07:00
fill_memcached_caches.py [manual] Rename Django app from zephyr to zerver. 2013-08-06 07:39:36 -04:00
generate_invite_links.py Django 1.8: declare positional arguments in management commands 2015-08-20 23:35:40 -07:00
gravatar_to_user_avatar.py Django 1.8: declare positional arguments in management commands 2015-08-20 23:35:40 -07:00
import_dump.py Added import_dump command to manage.py to import JSON database dumps 2015-08-20 21:19:57 -07:00
import_realm_filters.py [manual] Add a manage.py command to import realm filters 2013-12-11 14:39:10 -05:00
initialize_voyager_db.py Enterprise => Voyager. 2015-08-21 10:33:35 -07:00
knight.py Django 1.8: declare positional arguments in management commands 2015-08-20 23:35:40 -07:00
logout_all_users.py [manual] Rename Django app from zephyr to zerver. 2013-08-06 07:39:36 -04:00
print_email_delivery_backlog.py Fix a bunch of Zulip Voyager related comments. 2015-08-21 10:40:54 -07:00
process_queue.py Django 1.8: declare positional arguments in management commands 2015-08-20 23:35:40 -07:00
purge_queue.py Django 1.8: declare positional arguments in management commands 2015-08-20 23:35:40 -07:00
query_ldap.py Django 1.8: declare positional arguments in management commands 2015-08-20 23:35:40 -07:00
rate_limit.py Django 1.8: declare positional arguments in management commands 2015-08-20 23:35:40 -07:00
realm_alias.py Django 1.8: declare positional arguments in management commands 2015-08-20 23:35:40 -07:00
realm_emoji.py Django 1.8: declare positional arguments in management commands 2015-08-20 23:35:40 -07:00
realm_filters.py Django 1.8: declare positional arguments in management commands 2015-08-20 23:35:40 -07:00
remove_users_from_stream.py [manual] Rename Django app from zephyr to zerver. 2013-08-06 07:39:36 -04:00
rename_stream.py Django 1.8: declare positional arguments in management commands 2015-08-20 23:35:40 -07:00
runtornado.py Django 1.7 compatibility: miscellaneous changes 2015-08-20 23:01:26 -07:00
send_stats.py Move zulip.com-related statsd configuration out of main settings.py. 2015-08-22 13:49:43 -07:00
set_default_streams.py Set default streams to engineering,social when creating realms. 2013-11-25 14:00:28 -05:00
set_message_flags.py Clean up some unused imports. 2013-11-04 11:51:17 -05:00
show_admins.py Django 1.8: declare positional arguments in management commands 2015-08-20 23:35:40 -07:00
sync_ldap_user_data.py Management command to update names from the LDAP database 2013-11-25 17:44:47 -05:00
turn_off_digests.py Add a management command to bulk turn off digests. 2014-01-15 16:07:17 -05:00
update_permissions.py Fix some remaining references to zephyr. 2013-08-07 10:00:08 -04:00