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