zulip/analytics/management/commands
Tim Abbott 3b7bf691e7 Add tool to query our usage stats as of a given date.
This contains the various fixes that needed to be made in order to get
accurate statistics.

Most notably, the active_users_between function in the previous
version of zerver/lib/statistics.py was broken for end dates in the
past, because it used the UserActivity table to get its data -- so in
fact it really was querying "users last active between".

This commit isn't super clean, but I figure we're probably better off
having our latest code for historical usage data in git so it doesn't
bitrot and anyone can improve on it.

(imported from commit 24ff2f24a22e5bdc004ea8043d8da12deb97ff2f)
2013-12-17 15:34:44 -05:00
..
__init__.py Move management commands to the analytics app. 2013-11-06 16:51:08 -05:00
active_user_stats.py Move management commands to the analytics app. 2013-11-06 16:51:08 -05:00
active_user_stats_by_day.py Add tool to query our usage stats as of a given date. 2013-12-17 15:34:44 -05:00
analyze_mit.py Move management commands to the analytics app. 2013-11-06 16:51:08 -05:00
analyze_user_activity.py Move management commands to the analytics app. 2013-11-06 16:51:08 -05:00
client_activity.py Move management commands to the analytics app. 2013-11-06 16:51:08 -05:00
realm_stats.py Replace other non-zerver uses of iPhone client 2013-12-03 14:35:24 -05:00
stream_stats.py Move management commands to the analytics app. 2013-11-06 16:51:08 -05:00
user_stats.py Move management commands to the analytics app. 2013-11-06 16:51:08 -05:00