remove entertainment app and admin category fix
This commit is contained in:
@@ -7,6 +7,9 @@ from unfold.admin import ModelAdmin
|
||||
class ProductModelAdmin(ModelAdmin):
|
||||
pass
|
||||
|
||||
@admin.register(CategoryModel)
|
||||
class CategoryModelAdmin(ModelAdmin):
|
||||
pass
|
||||
|
||||
|
||||
@admin.register(CommentModel)
|
||||
|
||||
Reference in New Issue
Block a user