X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/aa36d36d7c9b39220333253d7c3b2a65bb88dd24..7f9d4da38f5cad2ae43cf33c5715417f080bc621:/prawokultury/settings.d/30-locale.conf diff --git a/prawokultury/settings.d/30-locale.conf b/prawokultury/settings.d/30-locale.conf index f78e452..cafb273 100755 --- a/prawokultury/settings.d/30-locale.conf +++ b/prawokultury/settings.d/30-locale.conf @@ -31,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"