X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/663d1c8f22c26b51c0c132388cde9d28fa6eeef0..861a08cdc38728e9f988a0a321e62693e26e947f:/project/settings.py diff --git a/project/settings.py b/project/settings.py index 05518193..7d2ed64e 100644 --- a/project/settings.py +++ b/project/settings.py @@ -30,6 +30,9 @@ TIME_ZONE = 'Europe/Warsaw Poland' # http://www.i18nguy.com/unicode/language-identifiers.html LANGUAGE_CODE = 'pl' +import locale +locale.setlocale(locale.LC_ALL, '') + SITE_ID = 1 # If you set this to False, Django will make some optimizations so as not