Add jobs (model, logic, and view)
commitfa1c7c8b905b7c5090b6cab7272e3fab32da3800
authorSverre Rabbelier <srabbelier@gmail.com>
Sat, 18 Apr 2009 14:03:28 +0000 (18 14:03 +0000)
committerSverre Rabbelier <srabbelier@gmail.com>
Sat, 18 Apr 2009 14:03:28 +0000 (18 14:03 +0000)
tree86ecee75b5becb688842d0df17e794d4de548b4a
parent9a270d34db3edf9e50c8abe86a23e3deaff4116a
Add jobs (model, logic, and view)

Jobs are the core of the Job system, allowing distributed processing
of taks in an interuptable manner.

Patch by: Sverre Rabbelier
app/soc/logic/models/job.py [new file with mode: 0644]
app/soc/models/job.py [new file with mode: 0644]
app/soc/templates/soc/job/list/heading.html [new file with mode: 0644]
app/soc/templates/soc/job/list/row.html [new file with mode: 0644]
app/soc/templates/soc/job/public.html [new file with mode: 0644]
app/soc/views/models/job.py [new file with mode: 0644]