Internal RegioHelden tool for building styled html emails
Project description
RegioHelden Email template
rh_email_tpl
is a django app used to render RegioHelden styled HTML emails. It provides also multiple Django
tempatetags used as helpers for building HTML emails.
This project is meant to be used internally by RegioHelden organisation, as it has the company styles and logos.
Installation
Simply run:
pip install rh_email_tpl
And add rh_email_tpl
to your django INSTALLED_APPS
. I.e.: in settings.py
add:
INSTALLED_APPS = [
...
"rh_email_tpl",
...
]
Making a new release
bumpversion is used to manage releases.
Add your changes to the CHANGELOG and run bumpversion <major|minor|patch>
, then push (including tags)
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
rh_email_tpl-0.1.8.tar.gz
(93.2 kB
view hashes)
Built Distribution
rh_email_tpl-0.1.8-py3-none-any.whl
(116.2 kB
view hashes)
Close
Hashes for rh_email_tpl-0.1.8-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 92ec96d00b858fc94c04d0fc5a65773b89cca20b3973c369ae952647b1920e2d |
|
MD5 | 3601217da445cee657122939e7fce8a4 |
|
BLAKE2b-256 | d247827642012372eeaa07da1729d3bdead2d2a7a7ab2277ac0787a823cd99c4 |