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

@@ -22,7 +22,7 @@ class User(auth_models.AbstractUser):
on_delete=models.SET_NULL,
null=True,
blank=True,
help_text="Only for managers"
help_text="Faqat menejerlar uchun"
)
warehouse = models.ForeignKey(
@@ -30,7 +30,7 @@ class User(auth_models.AbstractUser):
on_delete=models.PROTECT,
null=True,
blank=True,
help_text="Only for employees"
help_text="Faqat xodimlar uchun"
)
def get_full_name(self):