update product name
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user