HackAssistant/registration

View on GitHub
user/models.py

Summary

Maintainability
A
3 hrs
Test Coverage

User has 28 functions (exceeds 20 allowed). Consider refactoring.
Open

class User(AbstractBaseUser):
    email = models.EmailField(
        verbose_name='email',
        max_length=255,
        unique=True,
Severity: Minor
Found in user/models.py - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status