diff options
author | pi <pi@FreeBSD.org> | 2016-04-17 01:48:10 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2016-04-17 01:48:10 +0800 |
commit | 2ee13934ec2714b3e5e97cb82033225c69318b94 (patch) | |
tree | 5c1b47ca53c449db9dca06d07e4e322689febc1c /www/Makefile | |
parent | e3337cc932513f231ea18d900973bfbc464dc016 (diff) | |
download | freebsd-ports-gnome-2ee13934ec2714b3e5e97cb82033225c69318b94.tar.gz freebsd-ports-gnome-2ee13934ec2714b3e5e97cb82033225c69318b94.tar.zst freebsd-ports-gnome-2ee13934ec2714b3e5e97cb82033225c69318b94.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
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 |