home app and home view and some verbose name

This commit is contained in:
Parsa Nazer
2025-01-27 21:11:26 +03:30
parent f72b5b2d0e
commit e507fd95a5
11 changed files with 100 additions and 15 deletions
+6
View File
@@ -109,6 +109,7 @@ INSTALLED_APPS = [
'ticket',
'chat',
'order',
'home',
]
MIDDLEWARE = [
@@ -279,6 +280,11 @@ UNFOLD = {
"icon": "dashboard",
"link": reverse_lazy("admin:index"),
},
{
"title": _("اسلایدر"),
"icon": "home",
"link": reverse_lazy("admin:home_slidermodel_changelist"),
},
],
},