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
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
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