Django-import-export requires apache reload each time to import from csv

django-import-export v.2.5 was integrated to django 3.2.I was able to import it sometimes but it failed at other times skipping the records even if they were absent in the db table. After reloading apache web server, I was able to import from CSV. What is the issue? Currently I have upgraded to 2.8 version. Need to test its working with apache2. Any issue?

Back to Top