from django.contrib import admin from apps.accounts.models import Account admin.site.register(Account)