Hi everyone
I am doing a modeling of my database on DJANGO and after almost 10 tables I did another model configuration and after making my admin.site.register(baseclass, basecalassAdmin) I got the following error message:
IndexError: Number of args exceeds number of fields
Could anyone tell me what could be wrong with that?
I am using Python 3.7.2 and Django 1.11
Regards.