Добавлены классы моделей данных Account, Session

This commit is contained in:
2026-07-12 12:59:06 +03:00
parent 164598294a
commit b2e15511c1
11 changed files with 512 additions and 0 deletions

View File

@@ -99,6 +99,7 @@ AUTH_PASSWORD_VALIDATORS = [
},
]
AUTH_USER_MODEL = 'net_xeaf_rack.AccountModel'
# Internationalization
# https://docs.djangoproject.com/en/6.0/topics/i18n/