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