I am working on a Django application which contains an Offer model. An Offer instance contains the pricing conditions and points to a product definiti
Offer
Take a look at django-polymorphic, this implements this feature, and also uses ContentTypes internally.