Базовая карта

This commit is contained in:
2022-04-21 15:28:52 +03:00
parent 3f44f8fc2f
commit 8cd72996cb
63 changed files with 175 additions and 5 deletions

5
wheretogo/maps/admin.py Normal file
View File

@@ -0,0 +1,5 @@
from django.contrib import admin
from maps.models import Facility
admin.site.register(Facility)