LICENSE
MANIFEST.in
README.rst
setup.py
django_mass_post_office.egg-info/PKG-INFO
django_mass_post_office.egg-info/SOURCES.txt
django_mass_post_office.egg-info/dependency_links.txt
django_mass_post_office.egg-info/not-zip-safe
django_mass_post_office.egg-info/requires.txt
django_mass_post_office.egg-info/top_level.txt
mass_post_office/__init__.py
mass_post_office/admin.py
mass_post_office/models.py
mass_post_office/settings.py
mass_post_office/urls.py
mass_post_office/utils.py
mass_post_office/views.py
mass_post_office/management/__init__.py
mass_post_office/management/signal_receivers.py
mass_post_office/migrations/0001_initial.py
mass_post_office/migrations/0002_auto__add_subscriptionsettings.py
mass_post_office/migrations/0003_distribution_into_subscription.py
mass_post_office/migrations/0004_auto__add_mailinglist.py
mass_post_office/migrations/0005_auto__chg_field_subscriptionsettings_user__add_unique_subscriptionsett.py
mass_post_office/migrations/0006_auto__add_massemail.py
mass_post_office/migrations/__init__.py
mass_post_office/templates/base.html
mass_post_office/templates/unsubscribe.html
mass_post_office/templates/mass_post_office/complete.html
mass_post_office/templates/mass_post_office/unsubscribe.html
mass_post_office/templates/post_office/canceled_subscription_content_default.txt
mass_post_office/templates/post_office/canceled_subscription_html_content_default.txt
mass_post_office/templates/post_office/canceled_subscription_subject_default.txt
mass_post_office/templates/post_office/unsubscribe_page_content_default.txt
mass_post_office/templates/post_office/unsubscribe_page_html_content_default.txt
mass_post_office/templates/post_office/unsubscribe_page_subject_default.txt
mass_post_office/templatetags/__init__.py
mass_post_office/templatetags/subscription.py
mass_post_office/tests/__init__.py
mass_post_office/tests/factories.py
mass_post_office/tests/test_models.py
mass_post_office/tests/test_subscription.py