From 2477457de336b3c31fbc10a99b0dd062ea35d23f Mon Sep 17 00:00:00 2001 From: behruz-dev Date: Fri, 5 Dec 2025 16:10:47 +0500 Subject: [PATCH] core/apps/customers: management command togirlandi --- core/apps/customers/management/commands/createclient.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/apps/customers/management/commands/createclient.py b/core/apps/customers/management/commands/createclient.py index 74ae294..a481686 100644 --- a/core/apps/customers/management/commands/createclient.py +++ b/core/apps/customers/management/commands/createclient.py @@ -18,5 +18,5 @@ class Command(BaseCommand): is_primary=True ) - self.stdout("Mijoz qo'shildi") + self.stdout.write("Mijoz qo'shildi") \ No newline at end of file