Skip to content

Urls

hypha.apply.todo.urls

app_name module-attribute

app_name = 'hypha.apply.todo'

urlpatterns module-attribute

urlpatterns = [path('todo/list/', as_view(), name='list'), path('todo/<int:pk>/delete/', as_view(), name='delete')]