hi,
My named URLs using the URL templatetag are not working when I try it in
the apache with mod_python. If I try manage.py runserver it works fine.
tough in the home page even with apache also works fine the templatetag.
using reverse() from shell works fine also.
My testing site is here: htt
nd I think is working... wtf!
> >
> > I'll put this in my dev site to see if works... strange.
> >
> >
> > kimus
> >
> > On Fri, 2008-06-20 at 01:09 -0700, Daniel Roseman wrote:
> >
> > > On Jun 20, 1:42 am, kimus <[EMAIL PROTECTED]>
;
> I'll put this in my dev site to see if works... strange.
>
>
> kimus
>
> On Fri, 2008-06-20 at 01:09 -0700, Daniel Roseman wrote:
>
> > On Jun 20, 1:42 am, kimus <[EMAIL PROTECTED]> wrote:
> > > Hi,
> > >
> > > URL templatetag w
urls. With some refreshes it did work.
I enabled cache again and I think is working... wtf!
I'll put this in my dev site to see if works... strange.
kimus
On Fri, 2008-06-20 at 01:09 -0700, Daniel Roseman wrote:
> On Jun 20, 1:42 am, kimus <[EMAIL PROTECTED]> wrote:
> > Hi
On Jun 20, 1:42 am, kimus <[EMAIL PROTECTED]> wrote:
> Hi,
>
> URL templatetag with URL naming not working for me.
>
> application urls.py
>
> urlpatterns = patterns('',
> (r'^feeds/', include('blocks.apps.aggregator.urls')),
> )
>
Hi,
URL templatetag with URL naming not working for me.
application urls.py
urlpatterns = patterns('',
(r'^feeds/', include('blocks.apps.aggregator.urls')),
)
aggregator urls.py
urlpatterns = patterns('',
url(r'^(?P\d+)/$', 'blo
6 matches
Mail list logo