from django.contrib import admin from planning.models import Room admin.site.register(Room)