from django.contrib import admin from .models import Agent, Client admin.site.register(Agent) admin.site.register(Client)