notes
This is an old revision of the document!
Table of Contents
생각 정리, 정보 스크랩
2012-05-02 14:22:52
2012-05-02 14:47:53
To install django-cronjobs, first install via pip or easy_install, then just add cronjobs to your INSTALLED_APPS.
2012-05-02 14:48:18
# myapp/cron.py import cronjobs
@cronjobs.register def periodic_task():
pass
2012-05-02 14:48:41
./manage.py cron periodic_task
2012-05-02 14:48:46
./manage.py cron periodic_task
notes.1394985780.txt.gz · Last modified: 2018/07/18 14:09 (external edit)