zulip/analytics
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
..
management Convert uses of Realm.objects.get() to get_realm(). 2015-10-15 09:16:58 -04:00
__init__.py Create "analytics" app with activity reports. 2013-11-06 12:07:32 -05:00
urls.py Create "analytics" app with activity reports. 2013-11-06 12:07:32 -05:00
views.py Convert uses of Realm.objects.get() to get_realm(). 2015-10-15 09:16:58 -04:00