Skip to content

marcari/django-mail-factory

 
 

Repository files navigation

Django Mail Factory

Build Status

image

image

Django Mail Factory lets you manage your email in a multilingual project.

Hacking

Setup your environment:

git clone https://github.com/novapost/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/admin/mails/.

Release

To release a new version (including the wheel):

pip install wheel
python setup.py sdist bdist_wheel upload

About

Django Mail Manager

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 88.7%
  • HTML 10.8%
  • Makefile 0.5%