mirror of
https://github.com/task-17-lct/backend.git
synced 2024-11-24 06:33:43 +03:00
5 lines
89 B
Python
5 lines
89 B
Python
from django.contrib import admin
|
|
from .models import Hotel
|
|
|
|
admin.site.register([Hotel])
|