Value has been store in geo = ndb.GeoPtProperty and i want to print this on django template but obj print not value
even i have try to print attr
geo.lat # try this also
geo.latitude # try this also
this is also not working even full name
Value has been store in geo = ndb.GeoPtProperty and i want to print this on django template but obj print not value
even i have try to print attr
geo.lat # try this also
geo.latitude # try this also
this is also not working even full name
Copyright © 2021 Jogjafile Inc.
Not sure what you mean by
obj print not value.The following code works