Hi,
I've cleaned up everything from the test database, then I've begun to insert some test products of my own store, but when I got to the second one I've been warned that "something went wrong" and (on the terminal):
IntegrityError: (IntegrityError) column reference is not unique u'INSERT INTO products (name, description, reference, code, price, quantity, currency_id, category_id, image_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)' (u'Peperone Lux F1', u'', u'', u'012524300018', u'1.2', 0.0, u'EUR', None, None)
Any idea?
Thanx,
S.