Re: admin url name

2010-02-13 Thread Umapathy S
On Sat, Feb 13, 2010 at 4:43 AM, Karen Tracey wrote: > On Fri, Feb 12, 2010 at 4:34 PM, Umapathy S wrote: > I don't know how to get this working on the level of code you have. To do > it with 1.1 or higher, you'd want to reverse admin:index, as documented

Re: admin url name

2010-02-12 Thread Karen Tracey
On Fri, Feb 12, 2010 at 4:34 PM, Umapathy S wrote: > Hello, > > I am looking for the admin site url name to be included as a link in a home > page template. > > I looked at contrib/admin/sites.py > > AdminSite sets self.name which is then passed to > >#

admin url name

2010-02-12 Thread Umapathy S
Hello, I am looking for the admin site url name to be included as a link in a home page template. I looked at contrib/admin/sites.py AdminSite sets self.name which is then passed to # Admin-site-wide views. urlpatterns = patterns('', url(r'^$',