On 6/19/06, kevin evans <[EMAIL PROTECTED]> wrote:
> I guess I was looking for a way to still use the great built-in admin.i.e.
> be able to assign users to sites within the django generated admin.

Right now that's not really possible because the permissions system
used in the admin assigns permission at the level of an entire model
rather than an individual object; it's possible to say "Bob can edit
weblog entries", but not "Bob can only edit this set of weblog
entries". There's a project underway to add per-object permissions,
though.


-- 
"May the forces of evil become confused on the way to your house."
  -- George Carlin

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

Reply via email to