Initial commit

This commit is contained in:
Abdulaziz Axmadaliyev
2026-02-17 19:05:54 +05:00
parent 493cb58222
commit 3691e2d068
56 changed files with 3546 additions and 893 deletions

View File

@@ -27,6 +27,15 @@ class BaseUserForm(forms.ModelForm):
"region",
"warehouse",
]
labels = {
"phone": "Telefon raqami",
"password": "Parol",
"role": "Lavozim",
"first_name": "Ism",
"last_name": "Familiya",
"region": "Hudud",
"warehouse": "Ombor",
}
def clean_role(self):
role = self.cleaned_data["role"]