maiksprenger / djangocms-oscar

Bridges the gap between django CMS and the Oscar ecommerce framework.
MIT License
38 stars 13 forks source link

'catalogue.Product' has not been loaded yet #6

Open arigbs opened 7 years ago

arigbs commented 7 years ago

Please has there been any development on linking djangocms-oscar? It looks like a pretty helpful apphook and hopeful should prove useful in production.

I'm new to Oscar and Django. Any tips on fixing this error would be well appreciated. Followed prescribed steps for installing django cms and oscar, both work fine, but after installing the djangocms-oscar (also downloaded and installed the templates from here), I'm getting this error when I try to migrate. I have created a product class, fulfilment partner and category through the Oscar dashboard but still no joy.

ValueError: Cannot create form field for 'product' yet, because its related model 'catalogue.Product' has not been loaded yet

arigbs commented 7 years ago

Not to worry. I found @okfish has forked the repo and updated it, taking care of this issue: https://github.com/okfish/djangocms-oscar

Thank you okfish!