The packages Django-import-export provides such functionality in a fairly
robust manner. Try that. I don’t see a reason to merge too much
functionality into the core Django admin, as it will become a maintenance
burden.
On Fri, 4 Jun 2021 at 16:51, Mohit Gupta wrote:
> Hello,
>
> I'm Mohit Gupta
Hello,
I'm Mohit Gupta. 3rd year engineering student. I just have a
suggestion/idea which if implemented in Django it will be very helpful.
As I have faced difficulty in exporting Django admin model data to CSV.
I know there is a CLI-based command to export data into a json file format
*"pyth