Django Mail Manager
Project description
Django Mail Factory lets you manage your email in a multilingual project.
Authors: Rémy Hubscher and contributors
Licence: BSD
Compatibility: Django 1.8, 1.9, 1.10, 1.11, python2.7, python3.4 and python3.5
Project URL: https://github.com/novafloss/django-mail-factory
Documentation: http://django-mail-factory.rtfd.org/
Hacking
Setup your environment:
git clone https://github.com/novafloss/django-mail-factory.git cd django-mail-factory
Hack and run the tests using Tox to test on all the supported python and Django versions:
make test
If you want to give a look at the demo (also used for the tests):
bin/python demo/manage.py syncdb # create an administrator bin/python demo/manage.py runserver
You then need to login on http://localhost:8000/admin, and the email administration (preview or render) is available at http://localhost:8000/mail_factory/.
Release
To release a new version (including the wheel):
pip install wheel python setup.py sdist bdist_wheel upload
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for django_mail_factory-0.20-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c37816cc136790951a1642466e844431458907e89abae0a004914c99e035555c |
|
MD5 | ac5a784c11795d5e2572f02fa74e0d5a |
|
BLAKE2b-256 | c79ae8943429e6bc7a65eec592e2e3587b2d6a6be4370096fd614057763b5091 |