django-cronjobs 0.2.3

django-cronjobs provides a @cron decorator to mark cronjob methods in your site and a namespace for manage so they can be executed.Installation 1. Install from pypi: pip install django-cronjobs 2.  Add 'cronjobs' to your INSTALLED_APPS...