diff --git a/apps/users/models.py b/apps/users/models.py index 2de4491..542ad76 100644 --- a/apps/users/models.py +++ b/apps/users/models.py @@ -19,8 +19,6 @@ class User(AbstractBaseUser, PermissionsMixin, TimestampedModel): email = EmailField(db_index=True, max_length=256, unique=True) username = CharField(db_index=True, max_length=128, unique=True) - score = 0 - contest = 0 # When a user no longer wishes to use our platform, they may try to # delete there account. That's a problem for us because the data we