issues
search
eikonomega
/
django-notification-system
Want to send notifications from your Django app? Start here.
MIT License
14
stars
9
forks
source link
Release 1.5.1 Candidate
#24
Closed
branks42
closed
3 years ago
branks42
commented
3 years ago
Work Completed
Add a check inside
_load_function_table
that will determine whether
NOTIFICATION_SYSTEM_HANDLERS
exists in the settings file.
This will remove the necessity of having empty lists in your settings file.
Work Completed
_load_function_table
that will determine whetherNOTIFICATION_SYSTEM_HANDLERS
exists in the settings file.