i have a problem while testing my code

Hi,

I am completely new to django and i am following the book “django for begginers 5th edition by william vincent“. i am trying to test my code which is not a whole lot. just a couple views and i do not have an issue apparently but when i wanna test my code, i get this error :

AttributeError: 'super' object has no attribute 'dicts' and no __dict__ for setting new attributes

any idea ?

thanks

Welcome @curs3dddd !

When asking for assistance with an issue here, please post the complete error message with the full traceback.

When you’re looking at the traceback, find the last one in the list that refers to code in your project, and post that function.

hi.

thanks for you replying and sorry for the inconvenience. I found the issue though. and solved it. thank you