aboutsummaryrefslogtreecommitdiff
path: root/www/Makefile
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2016-04-16 17:48:10 +0000
committerKurt Jaeger <pi@FreeBSD.org>2016-04-16 17:48:10 +0000
commit33ff98655bdb71e47fa3b58e966ff378ad353922 (patch)
tree5c1b47ca53c449db9dca06d07e4e322689febc1c /www/Makefile
parent163a58aafc11bc1c4faae55118d23d51444a0b73 (diff)
downloadports-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/Makefile1
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