zulip/analytics
Umair Khan 4442703011 jinja2: No need for custom render_to_response.
Django 1.10 has changed the implementation of this function to
match our custom implementation; in addition to this, we prefer
render().

Fixes #1914 via #4093.
2017-03-17 13:57:34 -07:00
..
lib analytics: Add test for do_drop_all_analytics_tables. 2017-03-14 16:59:54 -07:00
management Add RealmAuditLog table and record user activation/deactivation events. 2017-03-04 16:45:44 -08:00
migrations analytics: Fix direct import of models in migrations. 2017-03-14 16:59:54 -07:00
tests analytics: Add test for do_drop_all_analytics_tables. 2017-03-14 16:59:54 -07:00
__init__.py Create "analytics" app with activity reports. 2013-11-06 12:07:32 -05:00
models.py analytics/models: Remove extended_id and key_model. 2017-03-14 16:59:54 -07:00
urls.py analytics: Add comment explaining server admin routes. 2017-02-02 16:23:10 -08:00
views.py jinja2: No need for custom render_to_response. 2017-03-17 13:57:34 -07:00