django_spire.notification.app.urls.json_urls
app_name = 'json'
module-attribute
urlpatterns = [path('check/', json_views.check_for_new_notifications_view, name='check_new'), path('set-viewed/', json_views.set_notifications_as_viewed_view, name='set_viewed')]
module-attribute