Notifications Admin
DEFINITION: Emails messages sent to specified addresses triggered by activity on a particular model. The most common notification is triggered when a new asset is created.
Notifications are a separate custom Django App and are therefore accessed from the top level of the Django admin:
Click Model Notifications
to open the app admin. Then click Add model notification
to create a new notification:
Currently, the only model for which notifications can be created is the asset
model. The system is extensible, so additional models can be added in the future as the need presents itself.
NEXT: users and groups