Geodjango admin, display pointfield not as map
问题 This may be a stupid question but I can't find any clear answers. How do I change the display in the Django Admin so the Pointfield does not show up like a OpenLayer Map but as a regular input field. I need to see the long, lat for debugging.. Do i have to change the field type? Widgets? Thanks! 回答1: Update This is how I managed -at last- to keep separate fields for lattitude and longitude without having to save them in the database since the values are already saved in the PointField. The