matthiask / plata

Plata - the lean and mean Django-based Shop
https://plata-django-shop.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
197 stars 63 forks source link

Multiple Product Types Documentation #47

Open felixSchl opened 11 years ago

felixSchl commented 11 years ago

Hi,

The documentation suggests using django_polymorphic to get different product types going. Are there any examples of available for this?

Felix

matthiask commented 11 years ago

Hi Felix,

Unfortunately no. To be honest, until now we always managed to only work with a single product model in the end.

The examples folder and the plata-options-product contains a few custom product models examples, but not specific to django_polymorphic.

If you really require different product models and hit a stumbling block in your way I'd be happy to help out in any way I can.