2023年2月26日

python-djanggo 如何引入bootstrap前端框架

摘要: 实现步骤 1.在app下创建static/应用名文件夹 2.创建模板文件 testjs,把入门文档给考进去,然后去掉注释 <!doctype html> <html lang="zh-CN"> <head> <!-- 必须的 meta 标签 --> <meta charset="utf-8"> <m 阅读全文

posted @ 2023-02-26 15:29 jiapengchu 阅读(84) 评论(0) 推荐(0) 编辑

python-djanggo 引入模板总结

摘要: 怎样使用Django的模板渲染 实现步骤: 1.新建templates目录, 2.编写html文件 在views.py中,用render.html返回 模板语法, 3.{{ 访问变量 }}、{% for %}和{% end for %} 阅读全文

posted @ 2023-02-26 14:23 jiapengchu 阅读(13) 评论(0) 推荐(0) 编辑

python-djanggo 实现读取excel 表格在网页中展示

摘要: 1.准备读取数据 放到项目文件夹下 2.熟悉表结构 3.准备处理依赖库 pip install -i https://pypi.tuna.tsinghua.edu.cn/simple pandas openpyxl 4.准备处理函数 代码中的坑 1.路径与对象拼接的时候一定用/ 2.导入常量时 一定 阅读全文

posted @ 2023-02-26 06:41 jiapengchu 阅读(921) 评论(0) 推荐(0) 编辑

导航