django-notifcation

How do I display notifications from `django-notification`?

I've been reading the docs for django-notification, and they seem to cover creating notifications just fine, but not how to display them to users. Is there a good reference for this out there, and my Google-fu has just failed me? If not, can someone give me some pointers here? Thanks. ...

Django-notification -- create_notice_type hyped? And other questions...

I have been intending to use django-notification in my django app. The docs are a little sparse for someone with my limited level of experience. I need a couple of clarifications about its usage. In the project's usage.txt, under the section "Creating Notice Types" it says: You need to call create_notice_type(label, display, desc...

Is django-notification meant for adding extra notification message transports?

Subj. In particular, I want to add XMPP notifications (over my own XMPP message sending facilities), with some possible non-simple features (like selecting a message source jid or considering user's current XMPP status). Or I should create a wrapper for notification's send() after all? ...