AUTHORS
LICENSE
MANIFEST.in
README.rst
setup.py
django_notification.egg-info/PKG-INFO
django_notification.egg-info/SOURCES.txt
django_notification.egg-info/dependency_links.txt
django_notification.egg-info/not-zip-safe
django_notification.egg-info/requires.txt
django_notification.egg-info/top_level.txt
docs/Makefile
docs/changelog.rst
docs/conf.py
docs/index.rst
docs/make.bat
docs/settings.rst
docs/usage.rst
notification/__init__.py
notification/admin.py
notification/compat.py
notification/engine.py
notification/lockfile.py
notification/models.py
notification/signals.py
notification/urls.py
notification/views.py
notification/backends/__init__.py
notification/backends/base.py
notification/backends/email.py
notification/management/__init__.py
notification/management/commands/__init__.py
notification/management/commands/emit_notices.py
notification/templates/notification/base.html
notification/templates/notification/email_body.txt
notification/templates/notification/email_subject.txt
notification/templates/notification/full.html
notification/templates/notification/full.txt
notification/templates/notification/notice.html
notification/templates/notification/notice_settings.html
notification/templates/notification/short.txt
notification/tests/__init__.py
notification/tests/models.py
notification/tests/test_commands.py
notification/tests/test_models.py
notification/tests/test_views.py