On Mon, Mar 29, 2010 at 11:58:17AM -0700, Valentin Golev wrote:
> How to tell django about the locale? It does not seem like it will
> find the /locale/ folder by itself
I'm using the following:
LOCALE_PATHS = ('/locale', )
With kind regards,
--
Baurzhan Ismagulov
http://www.kz-easy.com/
--
Y
Hello!
I'm developing a project with two different sites, divided by
language. Maybe I was terribly wrong, but now my directory structure
looks like:
/ruapp/settings.py # SITE_ID =1
/ruapp/manage.py
/enapp/settings.py # SITE_ID = 2
/enapp/manage.py
/common/urls.py
/common/ # almost every other fi
2 matches
Mail list logo