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 models or similar? #62

Open andybak opened 10 years ago

andybak commented 10 years ago

We have a shop that has one complex product (lots of configuration parameters) and a bunch of simpler ones.

Ideally we'd have two different product models for each but that doesn't seem possible in Plata.

What's the recommended way to handle this scenario?

(I'm aware this isn't really an issue but in the absence of a discussion group I thought this might be the best place to ask)

matthiask commented 10 years ago

Hi Andy

(Sorry for the late answer.)

I generally heard good things about django-polymorphic, not with Plata specifically though. Maybe this would work for you?