Transactional emails in Django projects made easy
Project description
Requirements
django
>= 2.2
Quick Start
Install django-transactional-mail
pip install django-transactional-mail
Add transactional_mail
to INSTALLED_APPS
in your project's settings.py
.
INSTALLED_APPS = (
...
'transactional_mail',
...
)
Run migrations in your project to create the models for the CMS app.
./manage.py migrate transactional_mail
Distributing and update
Build an sdist to ensure that the templates are included:
python -m build --sdist
Publish to pypi
python3 -m twine upload dist/*
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
File details
Details for the file django-transactional-mail-0.3.1.tar.gz
.
File metadata
- Download URL: django-transactional-mail-0.3.1.tar.gz
- Upload date:
- Size: 8.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0157cdf2cf8175649da9d4f618362d0c29676eaed5ceeed470d64d16fa65c888 |
|
MD5 | 2a621060477724763064d37ab753d7c5 |
|
BLAKE2b-256 | 71be7124a4bd1fbdba804ab0fc8e66d17ab5dbc3051bae6783f4acb075c3e736 |