from django.contrib import admin from api.users.models import User admin.site.register(User)