Add cron, the core of the job system
commita686b5f8ce733cf4044b500e9dfe61496f430b05
authorSverre Rabbelier <srabbelier@gmail.com>
Sat, 18 Apr 2009 14:04:11 +0000 (18 14:04 +0000)
committerSverre Rabbelier <srabbelier@gmail.com>
Sat, 18 Apr 2009 14:04:11 +0000 (18 14:04 +0000)
tree98132cae6d5941fb60f3f0e02d5dff218fafeb15
parentd80ee179c7815abb4d2bdaf77b98516a33289d98
Add cron, the core of the job system

Patch by: Sverre Rabbelier
app/soc/cron/__init__.py [new file with mode: 0644]
app/soc/cron/job.py [new file with mode: 0644]
app/soc/views/models/cron.py [new file with mode: 0644]
app/soc/views/sitemap/build.py