django-notifications/notifications
2015-12-12 07:09:20 +00:00
..
migrations Add missing migration for Notification model 2015-08-26 16:40:52 +01:00
south_migrations Add 'data' field into Notification model 2015-03-20 19:03:41 +08:00
static/notifications added live tester page. Confirmed all works. 2015-12-12 07:09:20 +00:00
templates/notifications Adding code for real-time list 2015-07-20 09:51:00 +00:00
templatetags added live tester page. Confirmed all works. 2015-12-12 07:09:20 +00:00
tests added live tester page. Confirmed all works. 2015-12-12 07:09:20 +00:00
__init__.py Fix setup 2015-11-26 12:47:48 +01:00
admin.py Adding filters and displays to model admin 2014-05-25 06:03:55 +00:00
models.py added app_label to Notification model in order to fix a django 1.9 deprecation warning 2015-11-30 17:13:12 +01:00
signals.py Add possibility to pass level when adding notification 2015-04-26 13:23:40 +02:00
urls.py Port all and unread views to classes 2015-11-26 11:17:12 +01:00
utils.py long no longer in py3, adding workaround 2015-04-09 04:43:47 +00:00
views.py PEP8 Fixes 2015-11-26 11:23:24 +01:00