from django.contrib import admin # Register your models here. from employee.models import Employee admin.site.register(Employee)