Relative Content

Tag Archive for pythondjangodjango-sessions

KeyError at /cart/ ‘product_obj’ Django

In my cart i can add same product with different size and color.
but randomly when i want to to add same product with different size and color i have this error in my cart iter function.
i’ve tracked the process in debugger and found that it somehow traped in my Product model str method and finally this error raise.