feat: SuperAdmin bootstrap, i18n sync fix and AssetAssignment ORM fix

- Fixed AttributeError in User model (added region_code, preferred_language)
- Fixed InvalidRequestError in AssetAssignment (added organization relationship)
- Configured STATIC_DIR for translation sync
- Applied Alembic migrations for user schema updates
This commit is contained in:
2026-02-10 21:01:58 +00:00
parent e255fea3a5
commit 425f598fa3
51 changed files with 1753 additions and 204 deletions

View File

@@ -0,0 +1,23 @@
{
"AUTH": {
"LOGIN": {
"SUCCESS": "Login successful. Welcome back!"
},
"ERROR": {
"EMAIL_EXISTS": "This email is already registered."
}
},
"SENTINEL": {
"LOCK": {
"MSG": "Account locked for security reasons."
}
},
"EMAIL": {
"REG": {
"SUBJECT": "Confirm your registration"
},
"PWD_RESET": {
"SUBJECT": "Password Reset Request"
}
}
}