django_spire.notification.app.urls.template_urls
app_name = 'template'
module-attribute
urlpatterns = [path('dropdown/', template_views.dropdown_content_view, name='notification_dropdown'), path('render-templates/', template_views.notification_template_render_view, name='render_templates')]
module-attribute