This website requires JavaScript.
Explore
Help
Register
Sign In
jayhgq
/
CMS_Django_Backend
Watch
1
Star
0
Fork
0
You've already forked CMS_Django_Backend
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
CMS管理系统后台
11
Commits
1
Branch
0
Tags
335
KiB
Python
100%
4d5846f81e
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
APA
BibTeX
Cancel
jayhgq
4d5846f81e
1.增加config配置文件,自定义是否是用加密
...
2.增加区分加密数据库和非加密数据库 3.重构现有接口,区分是否加密和是用的加密方式,目前支持caesar和base64两种加密方式,仅在数据库存储时加密
2024-09-17 00:00:45 +08:00
apps
1.增加config配置文件,自定义是否是用加密
2024-09-17 00:00:45 +08:00
CMS_Django_Backend
1.增加config配置文件,自定义是否是用加密
2024-09-17 00:00:45 +08:00
data
1.增加config配置文件,自定义是否是用加密
2024-09-17 00:00:45 +08:00
upload
/avatar
已实现功能api(获取系统配置),auth(获取token、查询用户、添加用户)
2024-08-18 22:10:26 +08:00
.gitignore
创建项目
2024-08-18 20:51:27 +08:00
manage.py
创建项目
2024-08-18 20:51:27 +08:00
README.md
Initial commit
2024-08-18 20:36:10 +08:00
README.md
CMS_Django_Backend
CMS后端