Skip to content

navigation

django_spire.notification.app.navigation

AppNotificationNavigation

Bases: Navigation

Source code in django_spire/notification/app/navigation.py
5
6
7
8
9
def __init__(self) -> None:
    super().__init__()
    self.icon_class = 'bi bi-bell'
    self.breadcrumbs.add(name='Notification', view_name='test_project_notification:page:list')
    self.page_title = 'Notification'

icon_class = 'bi bi-bell' instance-attribute

page_title = 'Notification' instance-attribute