from django.contrib import admin from guardian.admin import GuardedModelAdmin
from .models import ClientInvoice
admin.site.register(ClientInvoice)