mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-09 12:30:15 +02:00
26 lines
568 B
ReStructuredText
26 lines
568 B
ReStructuredText
======================
|
|
notifications
|
|
======================
|
|
|
|
The notifications package has an API for sending notifications.
|
|
|
|
Location: ``allianceauth.notifications``
|
|
|
|
.. automodule:: allianceauth.notifications.__init__
|
|
:members: notify
|
|
:undoc-members:
|
|
|
|
models
|
|
===========
|
|
|
|
.. autoclass:: allianceauth.notifications.models.Notification
|
|
:members: view, set_level, LEVEL_CHOICES
|
|
:undoc-members:
|
|
|
|
managers
|
|
===========
|
|
|
|
.. autoclass:: allianceauth.notifications.managers.NotificationManager
|
|
:members: notify_user, user_unread_count
|
|
:undoc-members:
|