from django.contrib import admin from startScan.models import SubdomainModel admin.site.register(SubdomainModel)