You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.en.md
+51-44Lines changed: 51 additions & 44 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
# Django-Vue3-Admin
2
2
3
-
[](https://gitee.com/liqianglog/django-vue-admin/blob/master/LICENSE)[](https://python.org/)[](https://docs.djangoproject.com/zh-hans/3.2/)[](https://nodejs.org/zh-cn/)[](https://gitee.com/liqianglog/django-vue-admin)
3
+
[](https://gitee.com/huge-dream/django-vue3-admin/blob/master/LICENSE)[](https://python.org/)[](https://docs.djangoproject.com/zh-hans/3.2/)[](https://nodejs.org/zh-cn/)[](https://gitee.com/huge-dream/django-vue3-admin)
We are a group of young people who love Code. In this hot era, we hope to calm down and bring some of our colors and colors through code.
9
+
It is a completely open-source rapid development platform, provided free for personal use and authorized for group use.
10
+
Django-Vue3-Admin is a comprehensive basic development platform based on the RBAC (Role-Based Access Control) model for permission control, with column-level granularity. It follows a frontend-backend separation architecture, with Django and Django Rest Framework used for the backend, and Vue3, Composition API, TypeScript, Vite, and Element Plus used for the frontend.
10
11
11
-
Because of love, so embrace the future
12
12
13
13
## framework introduction
14
14
@@ -18,12 +18,13 @@ Because of love, so embrace the future
18
18
* 👭The backend uses the Python language Django framework as well as the powerful[Django REST Framework](https://pypi.org/project/djangorestframework)。
1. 👨⚕️ Menu management: Configure the system menu, operation permissions, button permissions, back-end interface permissions, etc.
49
-
2. 🧑⚕️ Department management: Configure the system organization (company, department, role).
50
-
3. 👩⚕️ Role management: role menu permission allocation, data permission allocation, set roles according to the department for data range permission division.
51
-
4. 🧑🎓 Rights Specifies the rights of the authorization role.
52
-
5. 👨🎓 User management: The user is the system operator, this function mainly completes the system user configuration.
53
-
6. 👬 Interface whitelist: specifies the interface that does not need permission verification.
54
-
7. 🧑🔧 Dictionary management: Maintenance of some fixed data frequently used in the system.
55
-
8. 🧑🔧 Regional management: to manage provinces, cities, counties and regions.
56
-
9. 📁 Attachment management: Unified management of all files and pictures on the platform.
57
-
10. 🗓 ️operation logs: log and query the system normal operation; Log and query system exception information.
58
-
11.🔌 [plugins market] (<https://bbs.django-vue-admin.com/plugMarket.html>) : based on the Django framework - Vue - Admin application and plug-in development.
49
+
1. 👨⚕️Menu Management: Configure system menus, operation permissions, button permission flags, backend interface permissions, etc.
50
+
2. 🧑⚕️Department Management: Configure system organizational structure (company, department, role).
51
+
3. 👩⚕️Role Management: Role menu permission assignment, data permission assignment, set role-based data scope permissions by department.
52
+
4. 🧑🎓Button Permission Control: Authorize role-specific button permissions and interface permissions, enabling authorization of data scope for each interface.
53
+
5. 🧑🎓Field Column Permission Control: Authorize page field display permissions, specifically for the display permissions of a certain column.
54
+
6. 👨🎓User Management: Users are system operators, and this function is mainly used for system user configuration.
55
+
7. 👬API Whitelist: Configure interfaces that do not require permission verification.
56
+
8. 🧑🔧Dictionary Management: Maintain frequently used and relatively fixed data in the system.
57
+
9. 🧑🔧Region Management: Manage provinces, cities, counties, and districts.
58
+
10. 📁File Management: Unified management of all files, images, etc., on the platform.
59
+
11. 🗓️Operation Logs: Record and query logs for normal system operations and exceptional system information.
60
+
12. 🔌[Plugin Market](https://bbs.django-vue-admin.com/plugMarket.html): Applications and plugins developed based on the Django-Vue-Admin framework.
0 commit comments