urls

Module: espressodb.notifications.urls

Contains url patterns for the notifications app

The URL-app name is notifications.

Name

Path

View

notifications-list-debug

debug/

espressodb.notifications.views.NotificationsView

notifications-list-info

info/

espressodb.notifications.views.NotificationsView

notifications-list-warning

warning/

espressodb.notifications.views.NotificationsView

notifications-list-error

error/

espressodb.notifications.views.NotificationsView

notification-read

read/<int:pk>/

espressodb.notifications.views.HasReadView