1 Star 0 Fork 22

李大荣/DjangoStarter

forked from DealiAxy/DjangoStarter 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 900 Bytes
一键复制 编辑 原始数据 按行查看 历史
DealiAxy 提交于 2022-06-27 23:43 . 改造了新版admin主页
{
"name": "django_starter",
"version": "1.0.0",
"description": "基于Django定制的快速Web开发模板,功能包括:Docker-Compose部署,缓存,业务代码生成器,接口限流,DjangoAdmin验证码,登录次数尝试,屏蔽了RestFramework默认的API主页等",
"main": "index.js",
"repository": "https://github.com/Deali-Axy/DjangoStarter",
"author": "DealiAxy <dealiaxy@gmail.com>",
"license": "Apache License 2.0",
"dependencies": {
"@fortawesome/fontawesome-free": "^6.0.0",
"admin-lte": "3.2",
"bootstrap": "^4.6.1",
"bootswatch": "^4.6.1",
"chart.js": "^3.8.0",
"jquery": "^3.6.0",
"vue": "^2.6.14"
},
"devDependencies": {
"gulp": "^4.0.2",
"gulp-changed": "^4.0.3",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-rename": "^2.0.0",
"gulp-uglify": "^3.0.2",
"rimraf": "^3.0.2"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/jsyclijian/DjangoStarter.git
git@gitee.com:jsyclijian/DjangoStarter.git
jsyclijian
DjangoStarter
DjangoStarter
master

搜索帮助