摘要: models.py admin.py templatetags-->my_tags.py service-->perssions.py service-->rbac.py urls.py app01--views.py rbac > template >rbac > users.html rbac 阅读全文
posted @ 2019-05-15 21:31 方法论0404 阅读(166) 评论(0) 推荐(0)
摘要: rbac权限+中间件 <!--done--> 1、权限组件rbac 1、什么是权限 1 项目与应用 2 什么是权限? 一个包含正则表达式url就是一个权限 who what how >True or Flase 2、版本: 用户--》角色--》权限 UserInfor name pwd roles 阅读全文
posted @ 2019-05-15 15:09 方法论0404 阅读(289) 评论(0) 推荐(0)