Limit list of languages

This commit is contained in:
Michal Čihař 2012-03-02 14:54:05 +01:00
parent 4e49093064
commit c1c1b44d3b

View File

@ -38,6 +38,11 @@ TIME_ZONE = 'Europe/Prague'
# http://www.i18nguy.com/unicode/language-identifiers.html
LANGUAGE_CODE = 'en-us'
LANGUAGES = (
('cs', u'Česky'),
('en', 'English'),
)
SITE_ID = 1
# If you set this to False, Django will make some optimizations so as not