X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/b12e3cd743360720e18e35f77ece2ba355d99d55..3b9b115efb44c7570453c0729f05f83a3b45cd4d:/project/settings.py diff --git a/project/settings.py b/project/settings.py index bcf73167..143f2926 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 @@ -84,7 +87,7 @@ MIDDLEWARE_CLASSES = ( ROOT_URLCONF = 'urls' TEMPLATE_DIRS = ( - PROJECT_ROOT + '/templates', + PROJECT_ROOT + '/templates', ) # CSS and JS files to compress