django-notification
django-notification copied to clipboard
user notification management for the Django web framework
The case is wrong for that class name, this commit should fix that issue.
I've made a number of changes to notification for a site. Some of these are: 1. SMS notifications 2. HTML support for emails. 3. added user_can_modify boolean field added to...
It would be great to implement support for email only notifications, where the user receives an email containing the notification, but no data is stored in the database for efficiency,...