Re: Whitespaces in URLs

2008-04-08 Thread garrido
Thank you Alex, that's what I needed On Apr 7, 7:59 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Slugs,http://www.djangoproject.com/documentation/model-api/#slugfield > > On Apr 7, 5:29 pm, garrido <[EMAIL PROTECTED]> wrote: > > > Hi everyone, > > > Forgive me if this is a stupid

Re: Whitespaces in URLs

2008-04-07 Thread [EMAIL PROTECTED]
Slugs, http://www.djangoproject.com/documentation/model-api/#slugfield On Apr 7, 5:29 pm, garrido <[EMAIL PROTECTED]> wrote: > Hi everyone, > > Forgive me if this is a stupid question, but here goes: I have started > my first Django project, and in it I have an object called > "Categories"

Whitespaces in URLs

2008-04-07 Thread garrido
Hi everyone, Forgive me if this is a stupid question, but here goes: I have started my first Django project, and in it I have an object called "Categories" defined in my models. In my urls.py, I have a rule that matches http://mysite.com/category/, and everything up to here is fine. However,