admin users permissions question

2011-02-08 Thread jean polo
hi

I created some User Profile in my app.
Each user can add some posts and now I'd like one user to be able to
view/modify only his/her posts in the admin, and not the posts from
other users.
I have no idea about how to do this.

Any hint or link to a tutorial/doc would be very helpful, so far I can
only list all posts for all users (in the admin of course).

thanks !
_j

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



Re: admin users permissions question

2011-02-08 Thread Andres Lucena
On Tue, Feb 8, 2011 at 5:00 PM, jean polo  wrote:
> hi
>
> I created some User Profile in my app.
> Each user can add some posts and now I'd like one user to be able to
> view/modify only his/her posts in the admin, and not the posts from
> other users.
> I have no idea about how to do this.
>
> Any hint or link to a tutorial/doc would be very helpful, so far I can
> only list all posts for all users (in the admin of course).
>

Found this:

http://www.alextreme.org/drupal/?q=node/600

Hope it'll help.

See you,
Andres

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



Re: admin users permissions question

2011-02-08 Thread jean polo
On Feb 8, 5:33 pm, Andres Lucena  wrote:
> On Tue, Feb 8, 2011 at 5:00 PM, jean polo  wrote:
> > hi
>
> > I created some User Profile in my app.
> > Each user can add some posts and now I'd like one user to be able to
> > view/modify only his/her posts in the admin, and not the posts from
> > other users.
> > I have no idea about how to do this.
>
> > Any hint or link to a tutorial/doc would be very helpful, so far I can
> > only list all posts for all users (in the admin of course).
>
> Found this:
>
> http://www.alextreme.org/drupal/?q=node/600

that's exactly what I was looking for =)
thanks !

_j

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