Re: Customizing django admin

2010-08-08 Thread yangmin...@gmail.com
there are 2 ways you can do, both are very easy: 1st: http://docs.djangoproject.com/en/dev/ref/contrib/admin/#custom-template-options 2nd: http://docs.djangoproject.com/en/dev/ref/contrib/admin/#overriding-admin-templates On Aug 9, 10:18 am, vishy wrote: > Hi, > > For a modeladmin,I need to

one inconsistent place between django document and source code.

2010-08-08 Thread yangmin...@gmail.com
Hi All, When I was reading django document, I also viewed the source code of the framework to help me understand, but I found one inconsistent place about urls attribute of Django's AdminSite object. # in djangoproject document, http://docs.djangoproject.com/en/dev/topics/http/urls/:

Re: another tutorial for polls...

2009-12-14 Thread yangmin...@gmail.com
great. I just happened to finish reading the poll tutorial in djangproject.com. it will be really helpful. On Dec 15, 6:31 am, Manu wrote: > Hi all, > > Following the announce of some tools of mine (obviews)... I've just > add a practical example, inspired from django tutorial on polls. > > The t