mirror of
https://github.com/Llloooggg/WhereToGo.git
synced 2026-03-06 04:36:22 +03:00
6 lines
98 B
Python
6 lines
98 B
Python
from django.contrib import admin
|
|
|
|
from maps.models import Facility
|
|
|
|
admin.site.register(Facility)
|