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