from django.contrib import admin from payments.models import Payments admin.site.register(Payments)