chore: rename model

This commit is contained in:
2024-03-24 20:41:33 +01:00
parent 3742037d68
commit 05ece2c074
8 changed files with 90 additions and 96 deletions
+2 -2
View File
@@ -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",