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
+5 -6
View File
@@ -95,7 +95,6 @@ INSTALLED_APPS = [
# custom apps
'product',
'account',
'entertainment',
'ticket',
]
@@ -285,11 +284,11 @@ UNFOLD = {
# esm category model ro lower case bezar inja amir
# {
# "title": _("دسته بندی"),
# "icon": "category",
# "link": reverse_lazy("admin:product_ _changelist"),
# },
{
"title": _("دسته بندی"),
"icon": "category",
"link": reverse_lazy("admin:product_categorymodel_changelist"),
},
{
"title": _("نظرات"),
"icon": "chat",