from django.contrib import admin from apps.account.models import Account # Register your models here. admin.site.register(Account)