Re: Custom admin interface

2011-03-24 Thread Jacob Kaplan-Moss
Hi Tsolmon -- You can find documentation on Django's admin interface at http://docs.djangoproject.com/en/1.3/ref/contrib/admin/. It should tell you enough to get started. Jacob -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this gr

Re: Custom admin interface

2011-03-23 Thread Kenneth Gonsalves
On Thu, 2011-03-24 at 14:06 +0800, Tsolmon Narantsogt wrote: > I'm new in Django. > How to custom admin interface. ? http://duckduckgo.com/?q=site%3Adocs.djangoproject.com+customize+admin -- regards KG http://lawgon.livejournal.com Coimbatore LUG rox http://ilugcbe.techstud.or

Custom admin interface

2011-03-23 Thread Tsolmon Narantsogt
Hello list I'm new in Django. How to custom admin interface. ? Thank's Tsolmon -- 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

Custom admin interface (admin/change_list.html)

2007-04-11 Thread asrenzo
Hi, I'm wrtting a small web site with a limited number of apps and tables. Almost all my models can easely be managed throught the automatic django admin interface. I changed some minors points of the some change_form by subclassing the original ones and adding extra content in some usable block