Re: How to retrieve existing data of mongodb database in Django

2018-05-17 Thread Ryan Nowakowski
It looks like you're reusing the variable connone. Could that be the issue? On May 15, 2018 10:38:06 AM CDT, gomahe...@gmail.com wrote: >I am new to Django started developing the application but got a >problem in >retrieving the data from already existing data which looks like this >below. >

How to retrieve existing data of mongodb database in Django

2018-05-15 Thread gomahesh5
I am new to Django started developing the application but got a problem in retrieving the data from already existing data which looks like this below. {"_id":"5ad72e80bdd7ad184031ab2d","name":"john","country":"usa","place":"xyz"} {"_id":"5ad72ec6bdd7ad184031ab2e","name":"ron","co