From 8b7e02901aa41df01b7620efacdb9028eae83aac Mon Sep 17 00:00:00 2001 From: Mike0001-droid Date: Tue, 4 Jun 2024 16:04:57 +0500 Subject: [PATCH] =?UTF-8?q?=D1=83=D0=B1=D1=80=D0=B0=D0=BB=20=D1=83=D1=81?= =?UTF-8?q?=D0=BB=D0=BE=D0=B2=D0=B8=D0=B5=20is=5Fstuff?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/proj/account/models.py | 1 - 1 file changed, 1 deletion(-) diff --git a/server/proj/account/models.py b/server/proj/account/models.py index 1c5f769..245a953 100644 --- a/server/proj/account/models.py +++ b/server/proj/account/models.py @@ -32,7 +32,6 @@ class MyUserManager(BaseUserManager): email, password=password, ) - user.is_staff = True user.is_superuser = True user.set_password(password) user.save(using=self._db)