remove entertainment app and admin category fix
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user