from django.contrib import admin from .models import Network, Host admin.site.register(Network) admin.site.register(Host)