djongo参考
Go to file
2024-08-24 11:34:27 +08:00
__pycache__ first commit 2024-08-24 03:25:23 +00:00
.idea first commit 2024-08-24 03:25:23 +00:00
app first commit 2024-08-24 03:25:23 +00:00
django_project_demo first commit 2024-08-24 03:25:23 +00:00
media/upload first commit 2024-08-24 03:25:23 +00:00
django 开发手册.md ok 2024-08-24 11:32:42 +08:00
kumo.ttf first commit 2024-08-24 03:25:23 +00:00
manage.py first commit 2024-08-24 03:25:23 +00:00
python first commit 2024-08-24 03:25:23 +00:00
README.md ok 2024-08-24 11:34:27 +08:00

武沛齐Django项目实战

介绍

通过近三个月的学习了武沛齐django视频实战实现了数据的添加、删除、修改学习了分页技术、上传文件、ajax、bootstarp、模态窗口等知识如果用他来搭建一个数据之间关联度较低的小型项目是没问题的

软件架构

软件架构说明

安装教程

  1. 上传文件
  2. 批量导入Excel
  3. 上传图片
  4. 分页
  5. Bootstrap
  6. 弹出动态模态框
  7. Ajax请求
  8. 图片验证码
  9. 数据图表
  10. 数据的增删改查ORMForm\ModelForm
  11. 中间件

软件版本

  1. Python 3.9
  2. Django 4.2
  3. BootStrap 3.3
  4. Ajax
  5. JQuery 3.4
  6. Echarts 2.2.7 (图表)