Django import export Line number: 1 - u\"Column 'id' not found
I am trying to import excel documents into a Django DB. I have added the following code to admin.py and model.py . There seems to be an error in the development of Django. I have read through several different documentations about how to fix this error. But I am still a little lost on how to implement it exactly. In the Trace it keeps saying that my excel document needs an id field. There is no id field in my excel docs nor did I tell my model to look for an id field. The documentation that I have found states that I should use get_or_init_instance here: https://django-import-export