Initial commit
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user