We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0111213 commit 610a2bcCopy full SHA for 610a2bc
geoshops/nearbyshops/admin.py
@@ -2,6 +2,7 @@
2
from django.contrib.gis.admin import OSMGeoAdmin
3
from .models import Shop
4
5
+
6
@admin.register(Shop)
7
class ShopAdmin(OSMGeoAdmin):
8
list_display = ('name', 'location')
0 commit comments