update product name

This commit is contained in:
Parsa Nazer
2024-12-12 21:52:50 +03:30
parent ec19f2ded9
commit 0a63bc275c
4 changed files with 23 additions and 6 deletions
+2 -2
View File
@@ -3,8 +3,8 @@ from .models import *
from unfold.admin import ModelAdmin
@admin.register(Product)
class ProductAdmin(ModelAdmin):
@admin.register(ProductModel)
class ProductModelAdmin(ModelAdmin):
pass