'Django Model Impelementation

I have a list of vendors, products and checklists for each product.

I need, on selecting a particular product, a distinct checklist to appear which the vendor will be asked to fill up. different products will have different checklists.

How can I implement this in django view/model?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source