MultiValueDictKeyError at / __ debug __ / render_panel / "'store_id'

When I use the django debug toolbar, I get the following error:

MultiValueDictKeyError at /__debug__/render_panel/
"'store_id'"

      

What am I doing wrong?

+3


source to share


1 answer


You don't have to name it. The Debug toolbar should be on your page and should be using it to do your debugging.



0


source







All Articles