USING graphs in django admin

133 views
Skip to first unread message

Luvpreet Singh

unread,
Mar 3, 2017, 5:22:24 AM3/3/17
to Django users

I want to display graphs in django admin. Is there any tool to display them in django admin site ?


I have tried django-admin-tools-stat , but I don't want to create a different dashboard for the graphs.


I want the queries on the models to be displayed with the help of those graphs.

Lachlan Musicman

unread,
Mar 3, 2017, 5:47:08 AM3/3/17
to django...@googlegroups.com
You could try

ggplot http://ggplot.yhathq.com/

alternatively there's D3

https://d3js.org/

Cheers
L.

------
The most dangerous phrase in the language is, "We've always done it this way."

- Grace Hopper

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/efc0869a-d6e0-433d-842a-292ea607fe6e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Luvpreet Singh

unread,
Mar 3, 2017, 7:48:58 AM3/3/17
to Django users
Can we link this with a template and a view in django ?


On Friday, March 3, 2017 at 4:17:08 PM UTC+5:30, Lachlan Musicman wrote:
You could try

ggplot http://ggplot.yhathq.com/

alternatively there's D3

https://d3js.org/

Cheers
L.

------
The most dangerous phrase in the language is, "We've always done it this way."

- Grace Hopper

On 3 March 2017 at 21:22, Luvpreet Singh <s.luvp...@gmail.com> wrote:

I want to display graphs in django admin. Is there any tool to display them in django admin site ?


I have tried django-admin-tools-stat , but I don't want to create a different dashboard for the graphs.


I want the queries on the models to be displayed with the help of those graphs.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.

chris rose

unread,
Mar 6, 2017, 5:22:43 AM3/6/17
to Django users
i have used d3.js in a template and past it data when answering a http request with a view

i found d3.js a little interesting to wrap my head around but it is a good tool

not used it with the admin though
Reply all
Reply to author
Forward
0 new messages