Hello! First of all, exciting project!
Django-Oscar is great, however, there are big difficulties for someone willing to customize it with a lack of Django knowledge.
Please, help me with the following problem:
Suppose I'm building a clothing store, which has a set of clothing patterns. User can choose a pattern and see how it looks like on a given range of products.
I stuck with a connection between the Product model and the Pattern model.
On the main page I also want to display a view with a range of product mockups with a random pattern applied, so I should be able to define this connection from python itself, not based on user choice.
Any suggestions?