[Answered ]-'OrderItem' object has no attribute 'Product'

1👍

I think the problem is that you write Product with a capital P in __str__, while it has a lowercase p in the OrderItem class

👤Erik

Leave a comment