Skip to content

Commit 44512be

Browse files
committed
update requirements.txt
1 parent 2b2b28f commit 44512be

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

apps/shared/management/commands/createadmin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ class Command(BaseCommand):
66
def handle(self, *args, **options):
77
User = get_user_model()
88
options.setdefault("is_active", True)
9-
self.create_superuser(User, "Akromjon9", "akromjonrustamov56@gmail.com", "2007")
9+
self.create_superuser(User, "Akromjon", "akromjonrustamov56@gmail.com", "2007")
1010

1111
def create_superuser(self, User, username, email, password):
1212
if not User.objects.filter(username=username).exists():

requirements.txt

823 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)