mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-12-23 15:33:45 +00:00
add stats rooms to urls
This commit is contained in:
parent
27fd28e2c9
commit
761566c6c1
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ urlpatterns = [
|
|||
url(r'^stats_models/$', views.stats_models, name='stats-models'),
|
||||
url(r'^stats_users/$', views.stats_users, name='stats-users'),
|
||||
url(r'^stats_actions/$', views.stats_actions, name='stats-actions'),
|
||||
url(r'^stats_rooms/$', views.stats_rooms, name='stats-rooms'),
|
||||
url(
|
||||
r'(?P<application>\w+)/(?P<object_name>\w+)/(?P<object_id>[0-9]+)$',
|
||||
views.history,
|
||||
|
|
Loading…
Reference in a new issue