AUTHORS
CHANGELOG
INSTALL
LICENSE
MANIFEST.in
README.rst
VERSION
setup.cfg
setup.py
django_mail_factory.egg-info/PKG-INFO
django_mail_factory.egg-info/SOURCES.txt
django_mail_factory.egg-info/dependency_links.txt
django_mail_factory.egg-info/not-zip-safe
django_mail_factory.egg-info/requires.txt
django_mail_factory.egg-info/top_level.txt
mail_factory/__init__.py
mail_factory/apps.py
mail_factory/exceptions.py
mail_factory/factory.py
mail_factory/forms.py
mail_factory/mails.py
mail_factory/messages.py
mail_factory/models.py
mail_factory/urls.py
mail_factory/views.py
mail_factory/contrib/__init__.py
mail_factory/contrib/auth/__init__.py
mail_factory/contrib/auth/forms.py
mail_factory/contrib/auth/mails.py
mail_factory/contrib/auth/views.py
mail_factory/templates/mail_factory/base.html
mail_factory/templates/mail_factory/form.html
mail_factory/templates/mail_factory/html_not_found.html
mail_factory/templates/mail_factory/list.html
mail_factory/templates/mail_factory/preview_message.html
mail_factory/templates/mails/password_reset/body.txt
mail_factory/templates/mails/password_reset/subject.txt
mail_factory/templates/mails/test/body.html
mail_factory/templates/mails/test/body.txt
mail_factory/templates/mails/test/subject.txt
mail_factory/templates/mails/test/fr/body.html
mail_factory/templates/mails/test/fr/body.txt
mail_factory/templates/mails/test_no_html/body.txt
mail_factory/templates/mails/test_no_html/subject.txt
mail_factory/templates/mails/test_no_html/fr/body.txt
mail_factory/templates/mails/test_no_html_no_txt/subject.txt
mail_factory/templates/mails/test_no_txt/body.html
mail_factory/templates/mails/test_no_txt/subject.txt
mail_factory/templates/mails/test_no_txt/fr/body.html
mail_factory/tests/__init__.py
mail_factory/tests/test_factory.py
mail_factory/tests/test_forms.py
mail_factory/tests/test_mails.py
mail_factory/tests/test_messages.py
mail_factory/tests/test_views.py