Haku a écrit :
> Hello!
> I'm a big django superfan, i just love it!
>
> I'm trying to find a solution to my problem, but no luck or (maybe)
> I'm too dumb to find it by myself. Anyway, what if i need to set up
> some kind of "superuser approval system"?
>
> For example, I want my publisher to write and article, which will be
> stored in the db as "unapproved" and than I want my superuser to read
> it and approve if it's good, so it can be viewed on the site only
> AFTER the approval stuff.
IOW, you want a publishing workflow.
> Any suggestion (if not solution ;-) ) would be greatly appreciated!
You can either implement your own project-specific workflow, or have a
look here:
http://code.djangoproject.com/wiki/GoFlow
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---