X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/0286981a64802f5cea0ac8473a360e9635b005a3..42c42960c2dce4500f12dd14a68a10ed4f06abf5:/edumed/settings.d/30-locale.py diff --git a/edumed/settings.d/30-locale.py b/edumed/settings.d/30-locale.py index d77583d..40f6617 100644 --- a/edumed/settings.d/30-locale.py +++ b/edumed/settings.d/30-locale.py @@ -28,3 +28,10 @@ USE_L10N = True # If you set this to False, Django will not use timezone-aware datetimes. USE_TZ = True + +CONTRIB_LOCALE_APPS = ( + 'pybb', +) +LOCALE_PATHS = ( + path.join(PROJECT_DIR, 'edumed/locale-contrib'), +)