X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/40d4547a5c9eb12079306c0d683a77d183e8588d..ea7d26f5d66da1ea50c548629a4940ff397b26bb:/prawokultury/settings.d/30-locale.conf diff --git a/prawokultury/settings.d/30-locale.conf b/prawokultury/settings.d/30-locale.conf index 77c0f12..cafb273 100755 --- a/prawokultury/settings.d/30-locale.conf +++ b/prawokultury/settings.d/30-locale.conf @@ -5,6 +5,10 @@ LANGUAGES = ( ('en', u'English'), ) +LOCALE_PATHS = [ + path.join(PROJECT_DIR, 'prawokultury/locale-contrib') +] + # Local time zone for this installation. Choices can be found here: # http://en.wikipedia.org/wiki/List_of_tz_zones_by_name # although not all choices may be available on all operating systems. @@ -27,4 +31,6 @@ USE_I18N = True USE_L10N = True # If you set this to False, Django will not use timezone-aware datetimes. -USE_TZ = False +USE_TZ = True + +FORMAT_MODULE_PATH = "prawokultury.formats"