Добавил часовой пояс

This commit is contained in:
NikDizell 2025-11-12 15:15:06 +03:00
parent 1360bc18e1
commit 4494d2f2de
2 changed files with 2 additions and 3 deletions

View File

@ -115,10 +115,9 @@ AUTH_PASSWORD_VALIDATORS = [
LANGUAGE_CODE = 'ru' LANGUAGE_CODE = 'ru'
TIME_ZONE = 'UTC' TIME_ZONE = 'Europe/Moscow'
USE_I18N = True
USE_I18N = True USE_I18N = True
USE_TZ = True USE_TZ = True