Closed cudevmaxwell closed 4 years ago
While the rest of the documentation in the README is very good, it would be helpful if the import path was included, as from csv_export.views import CSVExportView isn't totally obvious.
from csv_export.views import CSVExportView
Fixed by https://github.com/benkonrath/django-csv-export-view/commit/d60ee690205c5b84c1b2e8dc8d674816335c039d
While the rest of the documentation in the README is very good, it would be helpful if the import path was included, as
from csv_export.views import CSVExportView
isn't totally obvious.