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