zulip/analytics
Tim Abbott 1cd017288d views: Fix imports of REQ/has_request_variables from the wrong place.
These were never in zerver/decorator.py, and so it makes sense to
import them zerver/lib/request.py, mostly for ease of finding things.
2017-10-27 15:07:31 -07:00
..
lib py3: Remove "from six.moves import range". 2017-10-17 23:28:14 -07:00
management py3: Remove "from six.moves import range". 2017-10-17 23:28:14 -07:00
migrations py3: Remove all `from __future__ import unicode_literals`. 2017-10-17 23:07:42 -07:00
tests py3: Remove "from six.moves import range". 2017-10-17 23:28:14 -07:00
__init__.py Create "analytics" app with activity reports. 2013-11-06 12:07:32 -05:00
models.py mypy: Declare models with null=True Optional. 2017-05-23 14:36:40 -07:00
urls.py analytics: Add comment explaining server admin routes. 2017-02-02 16:23:10 -08:00
views.py views: Fix imports of REQ/has_request_variables from the wrong place. 2017-10-27 15:07:31 -07:00