我正在使用主分公司的最新django-oscar。
我一直在努力了解如何使用奥斯卡,请帮我解决下面的问题。
首先,使用管理页面,我添加以下产品属性
Product class: Base Card
Name: Card Type
Type: Option
Option Group: 'Card Type'
Required: checked
然后我尝试使用产品类Base Card
添加新产品。在Product Attribute Values
部分下,我选择了Card Type
作为属性,但无论我在插入的值,例如值选项,文本或整数,我都会收到下面的验证错误。知道为什么吗?
ValidationError at /admin/catalogue/product/add/
[u'cardtype attribute cannot be blank']
答案 0 :(得分:0)
我担心我无法重现你的问题。
您是否确实在Card Type
选项组中添加了选项?