/django-notification-polling

enhance django notification system for pinax with polling for new notices

Primary LanguageJavaScript

Django Notification polling

Simple app to get new notifications on pinax using polling techniques

How to use

  1. add notification_polling module to INSTALLED_APPS
  2. load the template tag into your template {% load notification_polling %}
  3. call the template tag {% poller_js %} some place after jquery

How to change favicon

  1. Create a new folder: YOUR_PROJECT/static/notification_polling/img/
  2. make 2 favicons named favicon_active.png and favicon_inactive.png