DEV Community

Cover image for Announcing my new Django package: django-admin-export! #packaging #python #django
Nyuydine Bill leynyuy
Nyuydine Bill leynyuy

Posted on

Announcing my new Django package: django-admin-export! #packaging #python #django

I've always been frustrated by the lack of an efficient way to export specific data from Django projects to Excel or CSV formats. Manually creating these reports was time-consuming and error-prone.

That's why I built django-admin-export! A big thanks to the PyPI team for approving the package.
This package allows you to easily export selected data from your Django backend to either Excel or CSV files with just a few lines of code (basically importations). It's a breeze to use and saves you valuable development time.

Looking for feedback! I'd love to hear from other Django developers who've faced similar challenges. Let me know in the comments if you're interested in trying out django-admin-export and share your thoughts!

package url: https://test.pypi.org/project/django-admin-export/0.0.1/

Top comments (0)