LICENSE
MANIFEST.in
README.rst
setup.py
django_email_notification.egg-info/PKG-INFO
django_email_notification.egg-info/SOURCES.txt
django_email_notification.egg-info/dependency_links.txt
django_email_notification.egg-info/not-zip-safe
django_email_notification.egg-info/top_level.txt
notification/__init__.py
notification/admin.py
notification/forms.py
notification/models.py
notification/tests.py
notification/urls.py
notification/views.py
notification/management/__init__.py
notification/management/commands/__init__.py
notification/management/commands/send.py
notification/templates/admin/notification/notification/change_form.html
notification/templates/notification/edit_notification.html
notification/templates/notification/notification_list.html
notification/templates/notification/report.html
notification/templates/notification/emails/email.html
notification/templates/notification/emails/email.txt
notification/templates/notification/emails/tracked_link.html
notification/templates/notification/emails/untracked_link.html
test_project/__init__.py
test_project/manage.py
test_project/settings.py
test_project/urls.py
test_project/app/__init__.py
test_project/app/admin.py
test_project/app/models.py
test_project/app/views.py
test_project/notification/__init__.py
test_project/notification/admin.py
test_project/notification/forms.py
test_project/notification/models.py
test_project/notification/tests.py
test_project/notification/urls.py
test_project/notification/views.py
test_project/notification/management/__init__.py
test_project/notification/management/commands/__init__.py
test_project/notification/management/commands/send.py