Re: How to run ORM commands in Javascript DOM?

2019-04-09 Thread Ing.Daniel Bojorge
[image: image.png] https://debsconsultores.blogspot.com/2019/04/ventanas-modales-con-django-usando.html I hope be useful for you. In this tutorial (in spanish) I work with bootstrap modal window. May be give you ideas. Dios L@s Bendiga Saludos, [image: --] daniel.bojorge [image:

Re: How to run ORM commands in Javascript DOM?

2019-04-09 Thread Shashank Singh
Get the data in the current screen before opening the popup or hit a ajax request to the server to get the said data. On Tue, 9 Apr, 2019, 8:32 PM sairanganadh Narayana, wrote: > I am trying to run model.objects.filter(id=2) through javascript and show > results in popup. I am unable to find

How to run ORM commands in Javascript DOM?

2019-04-09 Thread sairanganadh Narayana
I am trying to run model.objects.filter(id=2) through javascript and show results in popup. I am unable to find the solution. Please guide me with solution or any alternative to get this. Thanks in advance. -- You received this message because you are subscribed to the Google Groups "Django