from django.contrib import admin from finapp import models admin.site.register(models.AllTimePayLog) admin.site.register(models.PayAllTimeGateway)