mirror of
https://gitlab.science.ru.nl/technicie/MarietjeDjango.git
synced 2025-12-10 06:52:24 +01:00
Song reporting and user stats
This commit is contained in:
committed by
Daan Sprenkels
parent
0c1f9cb08d
commit
f6fcc63450
@ -11,6 +11,7 @@ urlpatterns = [
|
||||
url(r'^managesongs', views.managesongs),
|
||||
url(r'^queue', views.queue),
|
||||
url(r'^request', views.request),
|
||||
url(r'^report', views.report),
|
||||
url(r'^skip', views.skip),
|
||||
url(r'^moveup', views.move_up),
|
||||
url(r'^movedown', views.move_down),
|
||||
|
||||
Reference in New Issue
Block a user