In my django application with database engine djongo, I'm trying to return
a JSON response by retrieving from my database. But, I'm receiving JSON
array instead of JSON object. Currently, there is only one record in my
database. Please see the code below.
model.py
class bloodDonors(models.Mode
In my django application with database engine djongo, I'm trying to return
a JSON response by retrieving from my database. But, I'm receiving JSON
array instead of JSON object. Currently, there is only one record in my
database. Please see the code below.
model.py
class bloodDonors(models.Mode
2 matches
Mail list logo