Re: Url tag issues

2008-06-23 Thread Rajesh Dhawan
Hi Emily, > > > Since you need that kind of flexibility in which parameters > > and combinations you can have, consider using query string > > parameters instead of url path parameters. > > This is what I would normally have done, but I got the impression that > this kinda went again what django

RE: Url tag issues

2008-06-23 Thread Emily Rodgers
> -Original Message- > From: django-users@googlegroups.com > [mailto:[EMAIL PROTECTED] On Behalf Of Rajesh Dhawan > Sent: 20 June 2008 19:06 > To: Django users > Subject: Re: Url tag issues > > > Hi Emily, > > > > > > > &g

Re: Url tag issues

2008-06-20 Thread Rajesh Dhawan
Hi Emily, > > > > > > The problems I am hitting are mainly to do with the {% url > > > app.views.function keyword=optval %} tags to generate urls > > for my link bar. Firstly, as phillc suggests, it's a good idea to first name your index page so it's easier to reference it in your url tags.

RE: Url tag issues

2008-06-20 Thread Emily Rodgers
s > Subject: Re: Url tag issues > > > use of named urls will probably make that a ton easier > > On Jun 19, 11:45 am, "Emily Rodgers" <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I have been hitting a brick wall so many times now on this > that

Re: Url tag issues

2008-06-19 Thread phillc
use of named urls will probably make that a ton easier On Jun 19, 11:45 am, "Emily Rodgers" <[EMAIL PROTECTED]> wrote: > Hi, > > I have been hitting a brick wall so many times now on this that it is > starting to hurt!! Please help if you can... > > I have an index page, and I want my function