Django-template:具有bootstrap 5和jquery的Django模板

上传者: 42163404 | 上传时间: 2022-12-14 21:32:31 | 文件大小: 221KB | 文件类型: ZIP
Django模板-带引导 重命名您的项目 添加模型后未测试! 确保在项目早期进行 python rename.py oldName newName 如果您没有安装烧瓶,请运行 pip3 install django or pip install django 启动服务器 python manage.py runserver 现在可以在上访问网站 维基 有关完整的分步指南,请访问: 新增页面 用页面名称替换页面,例如: blog 在webpage/templates/webpage/创建page.html 在webpage/views/创建page.py 在webpage/urls.py添加path("page", page.page, name="page") from .views import page 将代码从index.py复制到page.py 将index.html更

文件下载

资源详情

[{"title":"( 49 个子文件 221KB ) Django-template:具有bootstrap 5和jquery的Django模板","children":[{"title":"Django-template-main","children":[{"title":".gitignore <span style='color:#111;'> 154B </span>","children":null,"spread":false},{"title":"project","children":[{"title":"db.sqlite3 <span style='color:#111;'> 128.00KB </span>","children":null,"spread":false},{"title":"project","children":[{"title":"urls.py <span style='color:#111;'> 166B </span>","children":null,"spread":false},{"title":"__init__.py <span style='color:#111;'> 0B </span>","children":null,"spread":false},{"title":"asgi.py <span style='color:#111;'> 391B </span>","children":null,"spread":false},{"title":"__pycache__","children":[{"title":"settings.cpython-39.pyc <span style='color:#111;'> 2.21KB </span>","children":null,"spread":false},{"title":"__init__.cpython-39.pyc <span style='color:#111;'> 156B </span>","children":null,"spread":false},{"title":"urls.cpython-39.pyc <span style='color:#111;'> 337B </span>","children":null,"spread":false},{"title":"wsgi.cpython-39.pyc <span style='color:#111;'> 564B </span>","children":null,"spread":false}],"spread":true},{"title":"wsgi.py <span style='color:#111;'> 391B </span>","children":null,"spread":false},{"title":"settings.py <span style='color:#111;'> 3.11KB </span>","children":null,"spread":false}],"spread":true},{"title":"webpage","children":[{"title":"exampleModel.py <span style='color:#111;'> 1.61KB </span>","children":null,"spread":false},{"title":"templates","children":[{"title":"webpage","children":[{"title":"formPage.html <span style='color:#111;'> 410B </span>","children":null,"spread":false},{"title":"index.html <span style='color:#111;'> 3.12KB </span>","children":null,"spread":false},{"title":"includes","children":[{"title":"form.html <span style='color:#111;'> 1.31KB </span>","children":null,"spread":false},{"title":"navbar.html <span style='color:#111;'> 1.54KB </span>","children":null,"spread":false},{"title":"base.html <span style='color:#111;'> 1.05KB </span>","children":null,"spread":false}],"spread":true}],"spread":true}],"spread":true},{"title":"urls.py <span style='color:#111;'> 182B </span>","children":null,"spread":false},{"title":"__init__.py <span style='color:#111;'> 0B </span>","children":null,"spread":false},{"title":"static","children":[{"title":"webpage","children":[{"title":"javascript","children":[{"title":"bootstrap","children":[{"title":"bootstrap.min.js.map <span style='color:#111;'> 216.12KB </span>","children":null,"spread":false},{"title":"bootstrap.min.js <span style='color:#111;'> 60.44KB </span>","children":null,"spread":false}],"spread":true},{"title":"jquery","children":[{"title":"jquery-3.6.0.min.js <span style='color:#111;'> 87.40KB </span>","children":null,"spread":false}],"spread":false},{"title":"active.js <span style='color:#111;'> 127B </span>","children":null,"spread":false},{"title":"smartScroll.js <span style='color:#111;'> 629B </span>","children":null,"spread":false}],"spread":true},{"title":"css","children":[{"title":"main.css <span style='color:#111;'> 987B </span>","children":null,"spread":false},{"title":"bootstrap","children":[{"title":"bootstrap.min.css <span style='color:#111;'> 151.25KB </span>","children":null,"spread":false},{"title":"bootstrap.min.css.map <span style='color:#111;'> 418.27KB </span>","children":null,"spread":false}],"spread":false}],"spread":true}],"spread":true}],"spread":true},{"title":"views","children":[{"title":"__pycache__","children":[{"title":"test1.cpython-39.pyc <span style='color:#111;'> 389B </span>","children":null,"spread":false},{"title":"index.cpython-39.pyc <span style='color:#111;'> 374B </span>","children":null,"spread":false}],"spread":true},{"title":"formPage.py <span style='color:#111;'> 497B </span>","children":null,"spread":false},{"title":"index.py <span style='color:#111;'> 189B </span>","children":null,"spread":false}],"spread":true},{"title":"models.py <span style='color:#111;'> 209B </span>","children":null,"spread":false},{"title":"submodels","children":[{"title":"model1.py <span style='color:#111;'> 245B </span>","children":null,"spread":false},{"title":"__init__.py <span style='color:#111;'> 0B </span>","children":null,"spread":false},{"title":"model2.py <span style='color:#111;'> 361B </span>","children":null,"spread":false}],"spread":true},{"title":"__pycache__","children":[{"title":"apps.cpython-39.pyc <span style='color:#111;'> 378B </span>","children":null,"spread":false},{"title":"__init__.cpython-39.pyc <span style='color:#111;'> 156B </span>","children":null,"spread":false},{"title":"models.cpython-39.pyc <span style='color:#111;'> 199B </span>","children":null,"spread":false},{"title":"urls.cpython-39.pyc <span style='color:#111;'> 327B </span>","children":null,"spread":false},{"title":"admin.cpython-39.pyc <span style='color:#111;'> 202B </span>","children":null,"spread":false}],"spread":false},{"title":"apps.py <span style='color:#111;'> 89B </span>","children":null,"spread":false},{"title":"admin.py <span style='color:#111;'> 191B </span>","children":null,"spread":false},{"title":"migrations","children":[{"title":"__init__.py <span style='color:#111;'> 0B </span>","children":null,"spread":false},{"title":"__pycache__","children":[{"title":"__init__.cpython-39.pyc <span style='color:#111;'> 167B </span>","children":null,"spread":false}],"spread":false}],"spread":false},{"title":"tests.py <span style='color:#111;'> 60B </span>","children":null,"spread":false}],"spread":false},{"title":"manage.py <span style='color:#111;'> 663B </span>","children":null,"spread":false}],"spread":true},{"title":"LICENSE <span style='color:#111;'> 1.14KB </span>","children":null,"spread":false},{"title":"rename.py <span style='color:#111;'> 788B </span>","children":null,"spread":false},{"title":"README.md <span style='color:#111;'> 4.85KB </span>","children":null,"spread":false}],"spread":true}],"spread":true}]

评论信息

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明