# Language code for this installation. All choices can be found here:
# http://www.i18nguy.com/unicode/language-identifiers.html
-LANGUAGE_CODE = 'pl'
+LANGUAGE_CODE = 'en'
# If you set this to False, Django will make some optimizations so as not
# to load the internationalization machinery.
# If you set this to False, Django will not use timezone-aware datetimes.
USE_TZ = True
-
-LOCALE_PATHS = (
- os.path.join(PROJECT_DIR, 'emels/locale-contrib'),
-)