[ aramo ]
[ 源代码: django-celery-email ]
软件包: python3-django-celery-email (3.0.0-1)
python3-django-celery-email 的相关链接
Trisquel 的资源:
下载源码包 django-celery-email:
- [django-celery-email_3.0.0-1.dsc]
- [django-celery-email_3.0.0.orig.tar.gz]
- [django-celery-email_3.0.0-1.debian.tar.xz]
维护者:
Original Maintainers:
- Debian Python Team
- Dominik George
外部的资源:
- 主页 [github.com]
相似软件包:
Django email backend that uses a celery task for sending
django-celery-email adds an e-mail backend to Django that queues the e-mail as a Celery task, to be sent out by Celery in the background.
By default, it uses Django's built-in SMTP backend to do the final sending then, but any other backend can be used as well.
其他与 python3-django-celery-email 有关的软件包
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-celery (>= 4.0~)
- async task/job queue based on message passing (Python3 version)
-
- dep: python3-django (>= 2:2.2~)
- High-level Python web development framework
-
- dep: python3-django-appconf
- helper class handling configuration defaults of apps - Python 3.x