代码改变世界

随笔档案-2017年08月

django将数据库中数据直接传到html

2017-08-29 21:59 by ZealouSnesS, 7958 阅读, 收藏, 编辑
摘要: 1、当然,前提是建立和配置好django数据库啦~ 2、在python后台函数中引入需要的表 #要读取home这个APP下的models.py文件,引入其中的Student_message_uneditable和Student_message_editable两张数据表from home.model 阅读全文

荣誉墙项目day28 django常用函数

2017-08-19 15:17 by ZealouSnesS, 259 阅读, 收藏, 编辑
摘要: 1、在网页上渲染字符串from django.http import HttpResponsereturn HttpResponse(u"hello world") 2、渲染网页from django.shortcuts import renderreturn render(request,"ind 阅读全文

荣誉墙项目day26 django 项目路由配置

2017-08-17 20:54 by ZealouSnesS, 241 阅读, 收藏, 编辑
摘要: 项目路由配置文件包括:配置目录里的urls.py文件和各个app目录里的urls.py文件 1、include()——从项目主路由分配到各APP主路由 from django.conf.urls import include,url urlpatterns = [ url(r'^home_stude 阅读全文
点击右上角即可分享
微信分享提示