from django.contrib import admin from api.models import PeerUser # Register your models here. admin.site.register(PeerUser)