Loading sopds/settings.py +6 −0 Original line number Diff line number Diff line Loading @@ -136,6 +136,12 @@ AUTH_PASSWORD_VALIDATORS = [ #LANGUAGE_CODE = 'en-US' LANGUAGE_CODE = 'ru-RU' 3 LOCALE_PATHS = ( os.path.join(BASE_DIR, 'sopds/locale'), ) TIME_ZONE = 'Europe/Moscow' USE_I18N = True USE_L10N = True Loading Loading
sopds/settings.py +6 −0 Original line number Diff line number Diff line Loading @@ -136,6 +136,12 @@ AUTH_PASSWORD_VALIDATORS = [ #LANGUAGE_CODE = 'en-US' LANGUAGE_CODE = 'ru-RU' 3 LOCALE_PATHS = ( os.path.join(BASE_DIR, 'sopds/locale'), ) TIME_ZONE = 'Europe/Moscow' USE_I18N = True USE_L10N = True Loading