Newer
Older
# Per minute cronjobs for production area
cd /home/scipost/webapps/scipost/scipost_v1
source venv/bin/activate
# Mails waiting in the database
python3 manage.py send_mails
SciPost Code Repository
# Per minute cronjobs for production area
cd /home/scipost/webapps/scipost/scipost_v1
source venv/bin/activate
# Mails waiting in the database
python3 manage.py send_mails
SciPost Code Repository