Commit Graph

3 Commits (959faf6ec41cb62d6559e84960574fd3978f9c09)

Author SHA1 Message Date
李强 959faf6ec4 重构(dvadmin):所有包引入都加apps. 2021-07-03 15:43:54 +08:00
李强 fcd6e85ea6 性能提升(用户管理): 支持重写用户模型
1. 在settings.py 中 AUTH_USER_MODEL 为重写的 user位置
2. 继承 from apps.vadmin.permission.models import UserProfile 写自己的用户模型
3. 需要注意,自己重写的用户模型不能有必填字段
2021-04-17 11:30:14 +08:00
李强 96acc19399 后端代码架构整理 2021-03-13 18:06:47 +08:00