diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2016-04-16 17:48:10 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2016-04-16 17:48:10 +0000 |
commit | 33ff98655bdb71e47fa3b58e966ff378ad353922 (patch) | |
tree | 5c1b47ca53c449db9dca06d07e4e322689febc1c /www/Makefile | |
parent | 163a58aafc11bc1c4faae55118d23d51444a0b73 (diff) | |
download | ports-33ff98655bdb71e47fa3b58e966ff378ad353922.tar.gz ports-33ff98655bdb71e47fa3b58e966ff378ad353922.zip |
New port: www/py-django-post_office
Django Post Office is a simple app to send and manage your emails in
Django. Some awesome features are:
* Allows you to send email asynchronously
* Multi backend support
* Supports HTML email
* Supports database based email templates
* Built in scheduling support
* Works well with task queues like RQ or Celery
* Uses multiprocessing to send a large number of emails in parallel
* Supports multilingual email templates (i18n)
WWW: https://github.com/ui/django-post_office
PR: 208836
Submitted by: Ultima1252@gmail.com
Notes
Notes:
svn path=/head/; revision=413470
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index a73707a8e323..05fe1bf56d20 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1570,6 +1570,7 @@ SUBDIR += py-django-pipeline SUBDIR += py-django-pipeline13 SUBDIR += py-django-piston + SUBDIR += py-django-post_office SUBDIR += py-django-profiles SUBDIR += py-django-recaptcha SUBDIR += py-django-redis |