remove more email related code
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 8s

This commit is contained in:
2026-08-02 14:32:10 +05:00
parent 00d25698c6
commit 1f5e60dbb4
3 changed files with 6 additions and 19 deletions
+4
View File
@@ -75,6 +75,10 @@ class User(AbstractUser):
objects = CustomUserManager()
# Log in with username + password only; email is optional and not prompted
# by createsuperuser.
REQUIRED_FIELDS = []
class TemporaryUser(models.Model):
t_id = models.AutoField(primary_key=True)