Re: custom locale directory

2010-03-29 Thread Baurzhan Ismagulov
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

custom locale directory

2010-03-29 Thread Valentin Golev
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