mirror of
https://github.com/Llloooggg/WhereToGo.git
synced 2026-03-06 04:36:22 +03:00
Базовая карта
This commit is contained in:
5
wheretogo/maps/admin.py
Normal file
5
wheretogo/maps/admin.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from django.contrib import admin
|
||||
|
||||
from maps.models import Facility
|
||||
|
||||
admin.site.register(Facility)
|
||||
Reference in New Issue
Block a user