Relative Content

Tag Archive for jsondjangodjango-viewsdjango-templates

TypeError: Object of type Decimal is not JSON serializable | Django

I am getting quite unusual error. I got pretty confused because of this. When I iterate over the cart items and try to view them it throws a TypeError Object of type Decimal is not JSON serializable. But if i remove the block from my templates then refresh the page and again add the same block to my templates and refresh the page it works. I have added some screenshots. Please have a look and help me out with this