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?
Hi,
Is there any default database for Django like LAMP or WAMP in PHP?
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
I want to genarate a csv report from the data of a table, can i do this without creating a directory.
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.
Can anyone help me to generate SQL query from Django query
Employee.objects.all() => select * from employee