Hello,
I deployed my Django-Oscar project and all is ok. But I’ve problem with defining new product with dashboard. Can't save:
Exception | IntegrityError
Exception Value: | NOT NULL constraint failed: catalogue_product.priority |
---|
|
---|
I’ve defined partner and product type (thought is equivalent of product class).
Generally I don’t understand the idea with product class: '
For a deployment setup, we recommend creating product classes as data migration.’
Is that the problem? Should I create product class in that way?
Any suggestions?
All the best
Ewa