from django.db import models from oscar.apps.customer.abstract_models import AbstractEmail class Email(AbstractEmail): pass