from django.contrib import admin from company.models import Company admin.site.register(Company)