Hi Django'ers!

I'm brand new to Django, and I'm totally loving it. But I can't seem
to find the answer to a task I've encountered with a site that I'm
developing. I'm a moderately experienced Python programmer, only a
mediocre web developer, and as I said a newbie with Django, so please
pardon me if this question has an "obvious" answer. I looked through
most of the documentation, and can't seem to find (or understand) what
I need to get this working.

I've got a pretty simple site set up, similar to the polls application
from the tutorial. Via the admin pages, I've created various users
with different permissions when it comes to adding, changing, and
deleting objects. What I'd like to do - and can't figure out - is to
somehow link particular users with particular objects, so that a user
who is granted permission to change a particular object class will
only see (or have access to) those particular instances with which
they are associated. That way each user can only change the instances
of his or her own objects, not instances that "belong" to another
user.

The clearer and more detailed that you can be, the better; and if you
could link me to the documentation that describes the tools I will
need in more depth, that would also be very helpful. Thank you in
advance!!

:) Michael

--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to