8
0
Fork 0
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:
Lazare Olivry 2018-08-21 14:52:46 +02:00
parent 27fd28e2c9
commit 761566c6c1

View file

@ -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,