Hi,
Django-cms has a great way to handle multilanguage pages, specially the admin, any way I could achieve the same for my product model?
I tried looking at the pagemodel.py code but couldn't grasp it, I thought on just inheriting my product class from Page, but I would be getting some unnecessary functionality like the hierarchy, my model should be simpler than that.
I wouldn't need dynamic fields like the page shows the placeholders for the template, mainly I want the tabbed interface for registering each language.
having the app show the content on a fallback language when no translation is present would be nice too.
any thoughts?
avraham