Refactor device management: add vendor field, enhance admin display, and improve MAC address handling
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 4m18s

This commit is contained in:
2025-06-01 19:27:04 +05:00
parent e1c862184e
commit 4db9d7fabd
8 changed files with 122 additions and 20 deletions

View File

@ -9,6 +9,7 @@ class PaymentAdmin(admin.ModelAdmin):
"id",
"user",
"amount",
"number_of_months",
"paid",
"paid_at",
"method",