django-notifications/notifications
Matthew Schinckel bb6f533da8 Use urls with namespaces.
Use request.user.notifications instead of Notifications.objects...
Use render() instead of render_to_response()
2012-10-25 09:42:32 +10:30
..
migrations Add a level attribute. 2012-10-25 09:41:21 +10:30
templates/notifications Restructure and simplify templates. 2012-10-25 09:41:55 +10:30
templatetags Simplify the notification tag. 2012-10-25 09:37:30 +10:30
__init__.py Install url patterns within a namespace. 2012-10-25 09:25:19 +10:30
admin.py First version based on django-activity-stream v0.4.3 2012-07-22 21:14:44 +08:00
models.py Add a level attribute. 2012-10-25 09:41:21 +10:30
signals.py Reformat lines. 2012-10-23 17:22:19 +10:30
tests.py First version based on django-activity-stream v0.4.3 2012-07-22 21:14:44 +08:00
urls.py Remove unused comment. 2012-10-25 09:42:17 +10:30
utils.py First version based on django-activity-stream v0.4.3 2012-07-22 21:14:44 +08:00
views.py Use urls with namespaces. 2012-10-25 09:42:32 +10:30