setting TOWER_KEYWORDS to get _lazy extraction (bug 570109)

This commit is contained in:
Jeff Balogh 2010-08-02 17:46:58 -07:00
Родитель 79cc8f6007
Коммит d46025baab
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -80,6 +80,10 @@ LANGUAGE_URL_MAP = dict([(i.lower(), i) for i in AMO_LANGUAGES])
TEXT_DOMAIN = 'z-messages'
TOWER_KEYWORDS = {
'_lazy': None,
}
# If you set this to False, Django will make some optimizations so as not
# to load the internationalization machinery.
USE_I18N = True