/opt/regluit/ENV/bin/django-admin.py emit_notices --settings=regluit.settings.please ->

/opt/regluit/ENV/bin/django-admin.py emit_notices --settings=regluit.settings.just
pull/1/head
Raymond Yee 2013-11-11 17:58:19 -08:00
parent b51e901149
commit 7f35d0b74d
1 changed files with 1 additions and 1 deletions

View File

@ -20,4 +20,4 @@
# For more information see the manual pages of crontab(5) and cron(8) # For more information see the manual pages of crontab(5) and cron(8)
# #
# m h dom mon dow command # m h dom mon dow command
* * * * * cd /opt/regluit; source /opt/regluit/ENV/bin/activate; /opt/regluit/ENV/bin/django-admin.py emit_notices --settings=regluit.settings.please > /opt/regluit/deploy/emit_notices.log 2>&1 ; touch /opt/regluit/deploy/last-cron * * * * * cd /opt/regluit; source /opt/regluit/ENV/bin/activate; /opt/regluit/ENV/bin/django-admin.py emit_notices --settings=regluit.settings.just > /opt/regluit/deploy/emit_notices.log 2>&1 ; touch /opt/regluit/deploy/last-cron