issues
search
pytition
/
Pytition
Django app for self-hosted privacy-friendly online petitions
https://pytition.org
BSD 3-Clause "New" or "Revised" License
100
stars
28
forks
source link
Document how to use the mailer framework
#201
Open
fallen
opened
4 years ago
fallen
commented
4 years ago
pip3 install uwsgidecorators
pip3 install django-uwsgi
set USE_MAIL_QUEUE = True
When using cron based method:
set MAIL_EXTERNAL_CRON_SET = True
When using uwsgi method:
??
When using cron based method:
When using uwsgi method: