文件名称:django-mailviews:Django框架的基于类的电子邮件视图,包括消息预览器
文件大小:34KB
文件格式:ZIP
更新时间:2024-06-01 08:27:48
Python
django-mailviews Django框架的基于类的电子邮件视图,包括消息预览器。 介绍 在Django中渲染和发送电子邮件会很快变得重复且容易出错。 通过将消息呈现封装在视图类中,您可以轻松地以结构化和清晰的方式编写消息。 基本用法 from mailviews . messages import TemplatedEmailMessageView # Subclass the `TemplatedEmailMessageView`, adding the templates you want to render. class WelcomeMessageView ( TemplatedEmailMessageView ): subject_template_name = 'emails/welcome/subject.txt' body_template_
【文件预览】:
django-mailviews-master
----setup.py(1KB)
----.gitignore(79B)
----package.json(335B)
----Makefile(1KB)
----.travis.yml(615B)
----MANIFEST.in(77B)
----LICENSE(11KB)
----.gitmodules(99B)
----vendor()
--------bootstrap()
----README.rst(5KB)
----.arcconfig(552B)
----CHANGELOG.rst(404B)
----docs()
--------Makefile(5KB)
--------index.rst(203B)
--------conf.py(915B)
--------make.bat(5KB)
--------introduction.rst(13B)
--------ref()
----mailviews()
--------templates()
--------templatetags()
--------__init__.py(0B)
--------messages.py(9KB)
--------static()
--------models.py(0B)
--------utils.py(952B)
--------tests()
--------helpers.py(132B)
--------previews.py(7KB)
----tox.ini(366B)