mirror of https://github.com/zulip/zulip.git
analytics: Add comment explaining server admin routes.
This commit is contained in:
parent
27112b1e08
commit
161522e04c
|
@ -4,6 +4,7 @@ from zerver.lib.rest import rest_dispatch
|
|||
import analytics.views
|
||||
|
||||
i18n_urlpatterns = [
|
||||
# Server admin (user_profile.is_staff) visible stats pages
|
||||
url(r'^activity$', analytics.views.get_activity,
|
||||
name='analytics.views.get_activity'),
|
||||
url(r'^realm_activity/(?P<realm_str>[\S]+)/$', analytics.views.get_realm_activity,
|
||||
|
|
Loading…
Reference in New Issue