Hi,

I am trying to build a simple Django program to manage the workflow of a
journal.

There are 3 levels of workflow which an article go through before getting
published.

1) Article written by reporter/journalist

2) It is deemed to be fit for publishing by the desk after all corrections

3) It gets published by a user with permission rights to get it published.

Essentially I would like everything to be done by a single model called
Article. How do I set permissions where the reporter cannot get the article
published? The Desk can only edit and correct articles, and to have it
visible to users I need explicit permission from the editor.

Essentially it is a workflow very similar to that of Plone

Ramdas

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to