zulip/analytics/management/commands
rht 691598a88b py3: Remove "from six.moves import range".
This is no longer required, since in Python 3, this is what the range
built-in does.
2017-10-17 23:28:14 -07:00
..
__init__.py Move management commands to the analytics app. 2013-11-06 16:51:08 -05:00
analyze_mit.py analytics: Remove unused optparse import. 2017-09-30 09:22:08 -07:00
analyze_user_activity.py py3: Remove all `__future__ import division`. 2017-10-17 23:09:12 -07:00
clear_analytics_tables.py analytics: Remove absolute_import. 2017-09-27 20:20:07 -07:00
clear_single_stat.py analytics: Add management command to clear single stat. 2017-10-05 11:22:06 -07:00
client_activity.py analytics: Remove absolute_import. 2017-09-27 20:20:07 -07:00
populate_analytics_db.py analytics: Remove absolute_import. 2017-09-27 20:20:07 -07:00
realm_stats.py py3: Remove all `__future__ import division`. 2017-10-17 23:09:12 -07:00
stream_stats.py analytics: Remove absolute_import. 2017-09-27 20:20:07 -07:00
update_analytics_counts.py analytics: Do not run update_analytics_counts if there are no realms. 2017-10-05 11:22:06 -07:00
user_stats.py py3: Remove "from six.moves import range". 2017-10-17 23:28:14 -07:00