top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Is there any way to export data from Django Admin page ?

0 votes
248 views

In my Django application, I can handle my data in the admin page. Now, I like to export the admin page data into some formats like Excel, CSV or alteast JSON dump.

Is it possible? Anyone can clarify, please?

posted Oct 15, 2019 by Parampreet Kaur

Looking for an answer?  Promote on:
Facebook Share Button Twitter Share Button LinkedIn Share Button

Similar Questions
0 votes

Hi,

Is there any default database for Django like LAMP or WAMP in PHP?

+2 votes

I have python-django installed on ubuntu installed on top of virtual Box. Also I have apache2 installed in the same way. When i visit the page hoisted by Apache2 from my Windows Host machine it worked.
But When i am doing the same for Django pages it's not opening up in Web browser from Host machine.
In the virtual box I am using bridged adapter and Eth0.

Please Help me to sort out this problem

+2 votes

I want to genarate a csv report from the data of a table, can i do this without creating a directory.

+1 vote

Is it possible to display a data grid table with django? Basically I am looking for displaying a data from the db table on the web interface through django or some other web interface.

My main application is in Python, that's why I'd like to explore Python possibilities first.

0 votes

Can anyone help me to generate SQL query from Django query

  • Like below:

Employee.objects.all() => select * from employee

...