Skip to content

Commit

Permalink
analytics: Add comment explaining server admin routes.
Browse files Browse the repository at this point in the history
  • Loading branch information
timabbott committed Feb 3, 2017
1 parent 27112b1 commit 161522e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions analytics/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
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,
Expand Down

0 comments on commit 161522e

Please sign in to comment.