Hello Everyone -- I reckon this is more of a fundamentals question..
I have created a custom Product model, but instead of doing it the 'official' way (i.e. via one-to-one relationship to product.Product) I have inherited from the Product model. I was emboldened to do so mostly because of this article by Bob Waycott [0]. I really like this approach, but the one thing of which I am unsure is how to introduce my derived model into the mix, which primarily concerns the satchmo views. I'm not afraid to stumble through it on my own, even if it comes to updating a few lines in satchmo's views for this project. But ideally I would, of course, like to keep satchmo as pristine / black-box as possible (for future upgrades, etc.). So, does anyone have any words of advice regarding how to persuade satchmo to use my custom product model instead of the default Product model? Does PRODUCT_TYPES in config.py help me? 0: http://thisismedium.com/tech/satchmo-diaries-part-one/ Thanks in advance! --Stuart -- You received this message because you are subscribed to the Google Groups "Satchmo users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/satchmo-users?hl=en.
