Add priority groups (model, logic, and view)
commit9a270d34db3edf9e50c8abe86a23e3deaff4116a
authorSverre Rabbelier <srabbelier@gmail.com>
Sat, 18 Apr 2009 14:02:56 +0000 (18 14:02 +0000)
committerSverre Rabbelier <srabbelier@gmail.com>
Sat, 18 Apr 2009 14:02:56 +0000 (18 14:02 +0000)
tree3c7cf39e5031dbd203c8e61dd9057ec5f6fcd986
parentf4efb4cc0caebb64dd1c79f5103f0fcf36ad2773
Add priority groups (model, logic, and view)

Priority groups will be a key part of the Job system, allowing the
site admin to give a higher priority to certain job types on the fly.

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