LOCALE_PATHS should have a check to make sure it's a list/tuple

2014-06-06 Thread Tim Shaffer
I'm playing around with 1.7b4 and I was trying to track down why my app was not auto-reloading when files were changed using the dev server. Turns out, it was an improperly configured LOCALE_PATHS setting. My LOCALE_PATHS was configured like this: LOCALE_PATHS = ( '/path/to/locale' ) At fi

Re: url redirection problem

2006-07-21 Thread Tim Shaffer
Tim Shaffer wrote: > Douglas Campos wrote: > > now i'm on my django site > > > > https://example.org/ > > > > if I type https://example.org/admin it redirects to > > http://example.org/admin/ > > (note the change from https to http) > > is

Re: url redirection problem

2006-07-21 Thread Tim Shaffer
Douglas Campos wrote: > now i'm on my django site > > https://example.org/ > > if I type https://example.org/admin it redirects to http://example.org/admin/ > (note the change from https to http) > is this an expected behaviour? > > Thanx Yes, this is the expected behavior. There is a setting ca