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
templatetags 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 your change.
That is enough for the new release, once the MR was merged the new release will be published.
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 rh_email_tpl-0.3.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2db02b357918573a5918ad8bebfd3de510a29dc14ab94e142733335919eb18f9 |
|
MD5 | 17fe75912cd2c929acd8e2c6ac21d3e5 |
|
BLAKE2b-256 | 07f9093f5be487022460db1292f3471c3e3ec248cbf12a8586ec0ba2bc0f60ed |