Sunday, May 31, 2020

Re: Need Dashboard in Django Admin only

PS - Should be "Django REST Framework" ( https://github.com/encode/django-rest-framework )
 
PPS - Please don't use pie charts, especially 3D, for your visuals ( https://www.businessinsider.com/pie-charts-are-the-worst-2013-6?IR=T )
 
On Sunday, 31 May 2020 17:05:16 UTC+2, Derek wrote:
There are numerous ways to design a front-end dashboard; this a highly contested domain on the web!  

Just some examples, using Django + various other tech are:

https://morioh.com/p/88d6fc714f52

I suggest you look at delivering data from the back end (your Django models) with Django REST Framer (rather than hand-coded JSON); its takes a bit of work to setup but its the most flexible going forward in terms of future needs. e.g.

P.S. Looks like you  are trying to support work for COVID-19 - all the best with that!


On Saturday, 30 May 2020 17:08:23 UTC+2, Balaji wrote:
Hi


If I want to generate such Dashboard in Djano Admin only

Can anyone suggest pypi package..

Any Sample code is available on git.

2 situation 

1. Only for 1 model

2 For 2 model connected by Foreign Key relationships 




--
Mr Shetty Balaji
Asst. Prof.
IT Department
SGGS I&T
Nanded. My. India

--
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 view this discussion on the web visit https://groups.google.com/d/msgid/django-users/46daa73b-afa8-46d1-b6c9-7420f9edce60%40googlegroups.com.

No comments:

Post a Comment