UPD: made interface for office useful.
This commit is contained in:
@@ -4,6 +4,7 @@ from . import views
|
||||
|
||||
urlpatterns = [
|
||||
url(r'^home$', views.HomeView.as_view(), name='root'),
|
||||
url(r'^participants$', views.ParticipantListView.as_view(), name='participant-list'),
|
||||
url(r'^$', views.EventListView.as_view(), name='event-list'),
|
||||
url(r'^(?P<pk>\d+)/', views.EventDetailView.as_view(), name='event-detail'),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user