issues
search
unfoldingWord-dev
/
uwadmin
Code for uW Admin site
MIT License
1
stars
1
forks
source link
More request changes
#28
Closed
swilcox
closed
9 years ago
swilcox
commented
9 years ago
added email field for publish request items
added email templates (both plain and html) for publish request:
received
accepted
rejected
fixed issue with celery (since some of the above now launches using celery async)
moved existing email templates to a common "/email" sub-directory for consistency
Issues resolved:
27
So note:
you must use celery now for async handling of email things
default config uses celery with redis (so redis needs to be running)
Issues resolved:
27
So note: