https://github.com/httpdss/django-notification-polling
enhance django notification system for pinax with polling for new notices
https://github.com/httpdss/django-notification-polling
Last synced: 11 months ago
JSON representation
enhance django notification system for pinax with polling for new notices
- Host: GitHub
- URL: https://github.com/httpdss/django-notification-polling
- Owner: httpdss
- Created: 2011-09-18T00:48:32.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-09-18T01:03:07.000Z (over 14 years ago)
- Last Synced: 2025-02-06T08:28:42.033Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 95.7 KB
- Stars: 5
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# 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