Re: how to convert django query objects in blow formal json

2018-08-08 Thread SACHIN CHAVAN
use Django rest framework, user serializers for converting queryset into the JSON format -- You received this message because you are subscribed to the Google Groups "Django users" group. To un

Re: how to convert django query objects in blow formal json

2018-08-08 Thread SACHIN CHAVAN
Did you mean to say Django queryset? right? On Wed, Aug 8, 2018 at 4:04 PM arvind yadav wrote: > > > *how to convert django query objects in blow formal js*on > > > { > title:{ > text: " march 2018 " > }, > data: [{ > type: "column", > dataPoints: [ >

Re: how-to-fix-the-field-error-issue-in-django

2018-07-16 Thread SACHIN CHAVAN
Try this Modify your urls.py file with path('/', TaskDetailView.as_view(), name='detail'), On Mon, Jul 16, 2018 at 5:47 PM, Jason wrote: > you need to provide some value in the URL to match to an instance. Detail > views say "I have this URL to a specific identifier, show the content of >