我正在開發一個項目,其中包含兩個不同的站點,除以 語言。也許我是可怕的錯誤,但現在我的目錄結構 樣子:Django自定義區域設置目錄
/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 file
/common/templates/ # templates with {% trans %}
/locale/ # with locales ru-ru and en-us, generated by calling
makemessages from the root of all this structure
如何告訴Django有關的語言環境?它看起來像它本身不將 找到/區域/文件夾
關於本地文件夾? – myfreeweb 2010-03-29 19:12:22
是的,關於locale文件夾。 – 2010-03-29 19:16:46