# 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
ROOT_URLCONF = 'urls'
TEMPLATE_DIRS = (
- PROJECT_ROOT + '/templates',
+ PROJECT_ROOT + '/templates',
)
# CSS and JS files to compress