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