zulip/analytics/management/commands
Rishi Gupta f3fc9721f4 analytics: Match client names in populate_analytics_db to populate_db.
Originally, all the client names in populate_analytics_db started with
underscores to make it easy to selectively delete and regenerate them when
re-running populate_analytics_db.

We eventually want to merge populate_analytics_db into populate_db though,
in which case it makes more sense for them to share client names, and not
worry about the case where we run (or re-run) populate_analytics_db
independently of populate_db.
2017-04-12 11:45:15 -07:00
..
__init__.py Move management commands to the analytics app. 2013-11-06 16:51:08 -05:00
active_user_stats.py mypy: Added Dict, List and Set imports. 2017-03-04 14:33:44 -08:00
active_user_stats_by_day.py Change datetime.now to timezone.now in active_user_stats_by_day. 2017-03-01 22:54:28 -08:00
analyze_mit.py mypy: Added Dict, List and Set imports. 2017-03-04 14:33:44 -08:00
analyze_user_activity.py Remove domain from analytics management commands. 2017-01-09 11:26:08 -08:00
clear_analytics_tables.py analytics: Add lib/ function to drop all analytics tables. 2017-01-08 17:24:51 -08:00
client_activity.py Replace datetime.now() with timezone.now() in Django ORM queries. 2017-03-01 22:54:28 -08:00
populate_analytics_db.py analytics: Match client names in populate_analytics_db to populate_db. 2017-04-12 11:45:15 -07:00
realm_stats.py mypy: Added Dict, List and Set imports. 2017-03-04 14:33:44 -08:00
stream_stats.py Rename models.get_realm_by_string_id to get_realm. 2017-01-04 17:12:23 -08:00
update_analytics_counts.py mypy: Added Dict, List and Set imports. 2017-03-04 14:33:44 -08:00
user_stats.py Change datetime.now(tz=X) to timezone.now(). 2017-03-01 22:54:28 -08:00