MANIFEST.in
README.rst
setup.py
django_happymailer.egg-info/PKG-INFO
django_happymailer.egg-info/SOURCES.txt
django_happymailer.egg-info/dependency_links.txt
django_happymailer.egg-info/requires.txt
django_happymailer.egg-info/top_level.txt
happymailer/__init__.py
happymailer/admin.py
happymailer/apps.py
happymailer/fake.py
happymailer/forms.py
happymailer/models.py
happymailer/receivers.py
happymailer/utils.py
happymailer/views.py
happymailer/backends/__init__.py
happymailer/backends/base.py
happymailer/backends/mjml.py
happymailer/management/__init__.py
happymailer/management/commands/__init__.py
happymailer/management/commands/create_email_templates.py
happymailer/migrations/0001_initial.py
happymailer/migrations/0002_extend_template_history.py
happymailer/migrations/__init__.py
happymailer/templates/admin/happymailer/templatemodel/base.html
happymailer/templates/admin/happymailer/templatemodel/change_form.html
happymailer/templates/admin/happymailer/templatemodel/change_list.html
happymailer/templates/admin/happymailer/templatemodel/import.html
happymailer/templates/admin/happymailer/templatemodel/preview.html
happymailer/tests/__init__.py
happymailer/tests/test_fake.py
happymailer/tests/test_mjml.py
happymailer/tests/test_template.py