feat: add new document and documentcategory model for auto evaluation detail
This commit is contained in:
@@ -150,4 +150,20 @@ PAGES = [
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
"title": _("Auto baholash"),
|
||||
"separator": True,
|
||||
"items": [
|
||||
{
|
||||
"title": _("Hujjatlar"),
|
||||
"icon": "attach_file",
|
||||
"link": reverse_lazy("admin:evaluation_documentmodel_changelist"),
|
||||
},
|
||||
{
|
||||
"title": _("Kategoriyalar"),
|
||||
"icon": "category",
|
||||
"link": reverse_lazy("admin:evaluation_documentcategorymodel_changelist"),
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user