[ 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