In admin, create a map 'list' view with points for a model?

I have a django model representing GIS data. It has a GeoDjango geometry field.

In the admin, how can I create a map with a list view, that shows individual items as points on the map?