X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/b74a8ca3378d9c4e377fa25109a48d034a9bf959..db08dc752e8d1847b15a99b2a1c21c363d744596:/prawokultury/settings.d/30-locale.py diff --git a/prawokultury/settings.d/30-locale.py b/prawokultury/settings.d/30-locale.py index cafb273..4173fb3 100644 --- a/prawokultury/settings.d/30-locale.py +++ b/prawokultury/settings.d/30-locale.py @@ -16,7 +16,7 @@ LOCALE_PATHS = [ # timezone as the operating system. # If running in a Windows environment this must be set to the same as your # system time zone. -TIME_ZONE = None +TIME_ZONE = 'Europe/Warsaw' # Language code for this installation. All choices can be found here: # http://www.i18nguy.com/unicode/language-identifiers.html @@ -34,3 +34,8 @@ USE_L10N = True USE_TZ = True FORMAT_MODULE_PATH = "prawokultury.formats" + +CONTRIB_LOCALE_APPS = [ + 'django_comments_xtd', + 'taggit_autosuggest' +]