If you want them to access everything on certain admin pages, then you
can change user permissions around to give them access to only a few
pages.  If what you want can be picked out of (add, change, view),
then the permissions model works for that too.  If you need something
more fine-grained, or if you don't want to require users to have an
account, then you need to write your own form.

On Nov 11, 9:19 pm, codingJoe <tmont...@mac.com> wrote:
> Hi all,
>
> Django newbie question here.  I am building some pages to let my users
> manage lists of data.  I really like the look, feel, and behavior, of
> the admin pages.  But I can't give my users that much control.  Is
> there a way to reuse the admin widgets in non-admin pages?   I want to
> give them limited filter, find, and editing capabilities for only a
> few tables.  Are there any examples how to do this?
>
> Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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