Hello, I got a couple of fields from a model I want to use
so the models.py looks like this * class XZY(): latitude = models.CharField(....) longitude = models.CharField(.....) zoomlevel = models.CharField(....)* I want to retrieve the data inside latitude, longitude and zoomlevel to be able to create a static map for different locations, using google maps How can I retrieve the fields data? thanks -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.