from django.contrib import admin from typePay.models import TypePay admin.site.register(TypePay)