masschallenge/django-accelerator

View on GitHub
accelerator/models/core_profile.py

Summary

Maintainability
B
5 hrs
Test Coverage
D
67%

CoreProfile has 51 functions (exceeds 20 allowed). Consider refactoring.
Wontfix

class CoreProfile(BaseCoreProfile, PolymorphicModel):
    class Meta(BaseCoreProfile.Meta):
        pass

    def first_name(self):
Severity: Major
Found in accelerator/models/core_profile.py - About 7 hrs to fix

    File core_profile.py has 397 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

    import swapper
    from django.forms import model_to_dict
    from pytz import utc
    from datetime import (
        datetime,
    Severity: Minor
    Found in accelerator/models/core_profile.py - About 5 hrs to fix

      There are no issues that match your filters.

      Category
      Status