django-export icon indicating copy to clipboard operation
django-export copied to clipboard

Django app allowing for filtered exporting of model object data.

Results 3 django-export issues
Sort by recently updated
recently updated
newest added

Django 3 does not include the python package "six" anymore and therefore you have to 1. install the python package "six" 2. change the import to import from six This...

Added support for Django 2.1 and included coveralls