Skip to content

page_urls

django_spire.knowledge.collection.urls.page_urls

app_name = 'page' module-attribute

urlpatterns = [path('<int:pk>/', page_views.top_level_collection_view, name='top_level'), path('<int:pk>/delete/', page_views.delete_view, name='delete')] module-attribute