mirror of https://github.com/zulip/zulip.git
123bcea518
Using sys.exit in a management command makes it impossible
to unit test the code in question. The correct approach to do the same
thing in Django management commands is to raise CommandError.
Followup of
|
||
---|---|---|
.. | ||
__init__.py | ||
analyze_mit.py | ||
analyze_user_activity.py | ||
check_analytics_state.py | ||
clear_analytics_tables.py | ||
clear_single_stat.py | ||
client_activity.py | ||
populate_analytics_db.py | ||
realm_stats.py | ||
stream_stats.py | ||
update_analytics_counts.py | ||
user_stats.py |