Re: Strange: named URL only works in root urlconf..

2009-06-06 Thread Karen Tracey
On Fri, Jun 5, 2009 at 8:17 AM, gnijholt wrote: > > I've used named URLs for some time now, never had any trouble with > them. > But now I have added an app 'website' to a new Django project. > (version 1.1 beta 1 SVN-10924) > > My root urlconf (as defined in settings.py) contains an include to >

Strange: named URL only works in root urlconf..

2009-06-05 Thread gnijholt
I've used named URLs for some time now, never had any trouble with them. But now I have added an app 'website' to a new Django project. (version 1.1 beta 1 SVN-10924) My root urlconf (as defined in settings.py) contains an include to website.urls: --- urlpatterns = patterns('', (r'^admin/doc/