from django.contrib import admin from .models import RoleMapping admin.site.register(RoleMapping)