remove entertainment app and admin category fix

This commit is contained in:
Parsa Nazer
2024-12-31 21:13:46 +03:30
parent f2673a298c
commit 0bd0bc22a6
11 changed files with 31 additions and 352 deletions
+3
View File
@@ -7,6 +7,9 @@ from unfold.admin import ModelAdmin
class ProductModelAdmin(ModelAdmin):
pass
@admin.register(CategoryModel)
class CategoryModelAdmin(ModelAdmin):
pass
@admin.register(CommentModel)