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.
I’ve been reading the docs for django-notification , and they seem to cover creating
Share
The answer is you have to build it into your own templates. This can be as simple as the following snippet:
As @googletorp answered, Pinax is the goto place for figuring out how the authors are using
django-notification. In particular, there is a notification administration page that can serve as a handy guide.