from profile.models import AbstractProfileBase

class Profile(AbstractProfileBase):
    # add your profile model here
    pass
