zulip/analytics/management/commands
Sahil Batra 77d4be56a4
users: Modify do_create_user and create_user to accept role.
We change do_create_user and create_user to accept
role as a parameter instead of 'is_realm_admin' and 'is_guest'.
These changes are done to minimize data conversions between
role and boolean fields.
2020-06-02 16:11:36 -07:00
..
__init__.py Move management commands to the analytics app. 2013-11-06 16:51:08 -05:00
analyze_mit.py logging: Pass format arguments to logging. 2020-05-02 10:18:02 -07:00
analyze_user_activity.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
check_analytics_state.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
clear_analytics_tables.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
clear_single_stat.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
client_activity.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
populate_analytics_db.py users: Modify do_create_user and create_user to accept role. 2020-06-02 16:11:36 -07:00
realm_stats.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
stream_stats.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
update_analytics_counts.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
user_stats.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00