from django.contrib import admin from .user.models import * admin.site.register(UserInformation) # Register your models here.