django-cronjobs

Software Screenshot:
django-cronjobs
Software Details:
Version: 0.2.3
Upload Date: 11 May 15
Developer: Mozilla
Distribution Type: Freeware
Downloads: 5

Rating: nan/5 (Total Votes: 0)

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 in settings.py.

Usage:

Methods can be added to anywhere, but if you put them in a file called cron.py inside an app, they will be automatically imported.

Register your method by decorating it with @register, for example:

from cronjobs import register
@register
def some_function():
 pass

You can then run:

manage.py cron some_function

Requirements:

  • Python

Other Software of Developer Mozilla

Mozilla Firefox 3
Mozilla Firefox 3

27 Apr 18

Home Dash
Home Dash

12 Apr 18

Easy Screen Shot
Easy Screen Shot

21 Jan 15

Comments to django-cronjobs

Comments not found
Add Comment
Turn on images!