Your best bet is to take the responsibility of data entry away from the admin interface, and just write your own. You can hook into generic views (which contains a basic set of create/update/delete views for data entry) and user permissions (if you want to specify whether users can do certain things like set the publishing status) to make this process easier.
I can't read French so unfortunately I can't tell you if GoFlow will work for you, but I've been able to code my own "staff" application that sits alongside the admin interface and handles restricted data entry based on a user's permissions. It's actually a lot nicer doing data entry in your own application because I find the admin interface isn't the most intuitive for non-techy users; creating my own interface allows me to add UI niceties and workflow features that just don't fit in the admin interface very well. On Nov 27, 11:53 am, sam <[EMAIL PROTECTED]> wrote: > thx for your answer > > ok, the problem, in my case, is that I have got 2 types of users : > - data entry user, who write the content > - admin user, who valid, the content > > what I need, finally, is a sort of workflow system, so that my > question is now : > ishttp://django-goflow.blogspot.com/able to do this ? > > sam --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---

