Newer
Older
#!/bin/bash
# Daily cronjobs for production area
cd /home/scipost/webapps/scipost/scipost_v1
source venv/bin/activate
python3 manage.py send_refereeing_reminders
SciPost Code Repository
#!/bin/bash
# Daily cronjobs for production area
cd /home/scipost/webapps/scipost/scipost_v1
source venv/bin/activate
python3 manage.py send_refereeing_reminders
SciPost Code Repository