zulip/analytics/management/commands
Tim Abbott 71a06d58de Convert uses of Realm.objects.get() to get_realm().
get_realm is better in two key ways:
* It uses memcached to fetch the data from the cache and thus is faster.
* It does a case-insensitive query and thus is more safe.
2015-10-15 09:16:58 -04: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 Django 1.8: declare positional arguments in management commands 2015-08-20 23:35:40 -07:00
realm_stats.py Convert uses of Realm.objects.get() to get_realm(). 2015-10-15 09:16:58 -04:00
stream_stats.py Convert uses of Realm.objects.get() to get_realm(). 2015-10-15 09:16:58 -04:00
user_stats.py Convert uses of Realm.objects.get() to get_realm(). 2015-10-15 09:16:58 -04:00