Fueled / django-init

Project template used at Fueled for scaffolding new Django based projects. :dizzy:
Other
189 stars 46 forks source link

add email base template in the cookiecutter using django-emails tools and prefixer #9

Closed saurabh-fueled closed 9 years ago

saurabh-fueled commented 10 years ago

https://pypi.python.org/pypi/premailer https://github.com/fusionbox/django-emailtools

The template can live inside templates/emails/base.html

saurabh-fueled commented 9 years ago

On a second thought, this doesn't need to be done. Use dj_mail instead.