The django project I'm working on has jazzmin installed and customizing the django admin panel. I was running into an issue where I could import django-import-export along with my model into the python console and could retrieve the data as csv output in the console, but I could not export the data from the admin panel. Unable to find anything online that addresses the issue. Resource not populating
django-import-export: https://django-import-export.readthedocs.io/en/latest/index.html django-jazzmin: https://django-jazzmin.readthedocs.io
Commented the jazzmin code out and django-import-export works flawlessly.
We have a section in the docs which covers interoperability. If you can provide more detail on the nature of the issue, please raise a new issue. Although we may not be able to fix it, we will at least have an understanding of the issue.