mirror of
https://github.com/task-17-lct/backend.git
synced 2024-11-15 02:16:35 +03:00
4 lines
88 B
Python
4 lines
88 B
Python
|
from django.contrib import admin
|
||
|
from .models import Hotel
|
||
|
|
||
|
admin.site.register([Hotel])
|