from django.db import models
from django.contrib.auth import get_user_model
from localauth.models import Profile
class ClientProfile(Profile):
pass