from django.contrib import admin from horilla_auth.models import HorillaUser # Register your models here. admin.site.register(HorillaUser)