I have two models linked by a generic relation: from django.contrib.contenttypes import generic from django.db import models
I\'m trying to emulate an inheritance model using django\'s generic relations.So far, this is what I\'ve come up with:
I am relatively new to Django/Pinax & I am faced with this peculiar situation. Say I have a model \"Vehicle\". Now each instance of \"Vehicle\" has some attributes pertaining to the \"vehicle\" b
I tried to use generic relation in django project. but it gives attribute error. Generic relation is between UniqueSourcePresenter and UniqueDbSource