On 2/15/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> Hello, I'm thinking about create a website using django. One of the
> apps would be a news section, where everybody can publish the news
> (perhaps after approval) and where the users can edit and delete their
> own news, but not the other users news.
> Is it possible to implement this within the django admin or should I
> create a specific application for this?
> I accept suggestions about how to do it.

If you use the row-level permissions branch, you *can* do this from
the Admin. However, that branch isn't really being maintained right
now. I'm using it on one website, and it's working nicely for me.
However, I would recommend that normal end users not be allowed to use
it, just "trusted" admins.

Jay P.

--~--~---------~--~----~------------~-------~--~----~
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