from django.contrib import admin from coin.resources.models import IPPool, IPSubnet admin.site.register(IPPool,) admin.site.register(IPSubnet,)