Adding automatic field in django
i have a product model in Django these products have some specific field which should be set for some products for example if product is tier the admin should add size field which must be numeric or if the product is t-shirt the admin should add color field for it i don't know how to code this in Django please help me thanks
I think this link explains exactly what you need:Model inheritance