Hi~ you can customize your admin interface by overriding default admin functions in django/contrib/admin/options.py
These links might be helpful to you: http://www.slideshare.net/road76/customizing-the-django-admin-euro-django-con09 http://www.ibm.com/developerworks/opensource/library/os-django-admin/index.html Xia Kai(夏恺) [email protected] http://blog.xiaket.org -------------------------------------------------- From: "gaddoz" <[email protected]> Sent: Tuesday, December 08, 2009 9:59 PM To: "Django users" <[email protected]> Subject: admin with data filtered with user scope > Hi all > > I'm pretty new to django and I'm trying to figure out > if it's possible to use the wonderful admin feature filtering by user > data scope. > What I mean? I think that for non admin users could be really nice to > use admin > interface to manage their own data, for example, managing comments, > but > only the objects related to the logged user and not like for admin: > all the comments for all the users. > > Maybe this is a FAQ somewhere, but I wasn't able to find it out, > sorry. > > Thank you in advance for helping. > > -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. 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.

