home app and home view and some verbose name
This commit is contained in:
@@ -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"),
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user