chore: rename model
This commit is contained in:
+2
-2
@@ -1,10 +1,10 @@
|
||||
from django.contrib import admin
|
||||
from tpv.models import PaymentTPV
|
||||
from tpv.models import PaymentTransaction
|
||||
from unfold.admin import ModelAdmin
|
||||
|
||||
|
||||
# Register your models here.
|
||||
@admin.register(PaymentTPV)
|
||||
@admin.register(PaymentTransaction)
|
||||
class PaymentTPVAdmin(ModelAdmin):
|
||||
list_display = (
|
||||
"hash",
|
||||
|
||||
Reference in New Issue
Block a user