From c1c1b44d3b282228cd19f15f4d3d337b5890fc13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Fri, 2 Mar 2012 14:54:05 +0100 Subject: [PATCH] Limit list of languages --- settings.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/settings.py b/settings.py index 87987136d..e25b1a45d 100644 --- a/settings.py +++ b/settings.py @@ -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