Skip to content

Commit 610a2bc

Browse files
authored
fix cci error
1 parent 0111213 commit 610a2bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

geoshops/nearbyshops/admin.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
from django.contrib.gis.admin import OSMGeoAdmin
33
from .models import Shop
44

5+
56
@admin.register(Shop)
67
class ShopAdmin(OSMGeoAdmin):
78
list_display = ('name', 'location')

0 commit comments

Comments
 (0)