django_spire.knowledge.urls
app_name = 'knowledge'
module-attribute
urlpatterns = [path('collection/', include('django_spire.knowledge.collection.urls', namespace='collection')), path('entry/', include('django_spire.knowledge.entry.urls', namespace='entry'))]
module-attribute