from django.contrib import admin from . import models admin.site.register(models.Device) admin.site.register(models.Port)