上一页 1 ··· 80 81 82 83 84 85 86 87 88 ··· 96 下一页
摘要: from django.shortcuts import render,HttpResponse,redirectimport pymysql# Create your views here.def index(request): print(request.path_info) return Ht 阅读全文
posted @ 2019-12-12 21:41 干it的小张 阅读(437) 评论(0) 推荐(0) 编辑
摘要: views: from django.shortcuts import render,HttpResponse,redirect# Create your views here.def index(request): print(request.path_info) return HttpRespo 阅读全文
posted @ 2019-12-12 21:09 干it的小张 阅读(232) 评论(0) 推荐(0) 编辑
摘要: django使用mysql数据库: 首先cmd创建库 1、settings: """Django settings for day42 project.Generated by 'django-admin startproject' using Django 1.11.26.For more inf 阅读全文
posted @ 2019-12-12 20:17 干it的小张 阅读(298) 评论(0) 推荐(0) 编辑
摘要: https://v3.bootcss.com/getting-started/ 查看网页源代码或检查: Ctrl+C+body: 阅读全文
posted @ 2019-12-12 17:33 干it的小张 阅读(246) 评论(0) 推荐(0) 编辑
摘要: urls: """day42 URL ConfigurationThe `urlpatterns` list routes URLs to views. For more information please see: https://docs.djangoproject.com/en/1.11/t 阅读全文
posted @ 2019-12-12 17:16 干it的小张 阅读(589) 评论(0) 推荐(0) 编辑
上一页 1 ··· 80 81 82 83 84 85 86 87 88 ··· 96 下一页