Re: Anything special needed in URLconf for tilde?

2007-04-10 Thread ryan k
On Apr 10, 8:32 pm, "Brian Beck" <[EMAIL PROTECTED]> wrote: > On Apr 10, 8:31 pm, "Brian Beck" <[EMAIL PROTECTED]> wrote: > > > I'm not sure, but it might be that tildes aren't valid URL characters. > > Web browsers have to violate the spec in order to support this thanks > > to someone screwing

Re: Anything special needed in URLconf for tilde?

2007-04-10 Thread Brian Beck
On Apr 10, 8:31 pm, "Brian Beck" <[EMAIL PROTECTED]> wrote: > I'm not sure, but it might be that tildes aren't valid URL characters. > Web browsers have to violate the spec in order to support this thanks > to someone screwing up a long time ago... It might also just be the leading slash, have yo

Re: Anything special needed in URLconf for tilde?

2007-04-10 Thread Brian Beck
On Apr 10, 8:10 pm, "ryan k" <[EMAIL PROTECTED]> wrote: > > Am I missing something simple? I'm not sure, but it might be that tildes aren't valid URL characters. Web browsers have to violate the spec in order to support this thanks to someone screwing up a long time ago... --~--~-~--~--

Re: Anything special needed in URLconf for tilde?

2007-04-10 Thread ryan k
On Apr 10, 8:08 pm, "ryan k" <[EMAIL PROTECTED]> wrote: > Hi. My django project lies in my public_html so I access my website > throughhttp://209.xxx.xxx.xx/~ryan/django-project. Do I have to do > anything special because of the tilde? > > Using the URLconf defined in kitabu.urls, Django tried the

Anything special needed in URLconf for tilde?

2007-04-10 Thread ryan k
Hi. My django project lies in my public_html so I access my website through http://209.xxx.xxx.xx/~ryan/django-project. Do I have to do anything special because of the tilde? Using the URLconf defined in kitabu.urls, Django tried these URL patterns, in this order: 1. ^/~ryan/django-project/