Re: template url tag issue

2009-08-30 Thread selcukcihan
Hi, i resolved the problem by creating a custom url tag named app1_url. I copied the code from URLNode and related url method (of defaulttags.py) and modified the calls to reverse so that it gets the argument urlconf. On Aug 29, 9:06 pm, selcukcihan wrote: > (Django release 1.1) > Hi, i have an

template url tag issue

2009-08-29 Thread selcukcihan
(Django release 1.1) Hi, i have an application within my project, call it app1. It has urls.py within its directory. That project.app1.urls does not get included within ROOT_URLCONF(which points to 'project.urls'). I needed project.app1.urls be isolated from other urls. Then i wrote a middleware i