accelerator/models/core_profile.py
CoreProfile
has 51 functions (exceeds 20 allowed). Consider refactoring. Wontfix
Wontfix
class CoreProfile(BaseCoreProfile, PolymorphicModel):
class Meta(BaseCoreProfile.Meta):
pass
def first_name(self):
File core_profile.py
has 397 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
import swapper
from django.forms import model_to_dict
from pytz import utc
from datetime import (
datetime,