摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Title</title></head><body><h2>模板语法</h2><h3>变量渲染之深度查询</h3><p>姓名: {{ name }}</p><p>四 阅读全文
posted @ 2022-06-30 20:37 呼长喜 阅读(63) 评论(0) 推荐(0) 编辑
摘要: """mysite URL ConfigurationThe `urlpatterns` list routes URLs to views. For more information please see: https://docs.djangoproject.com/en/3.2/topics/ 阅读全文
posted @ 2022-06-30 19:54 呼长喜 阅读(35) 评论(0) 推荐(0) 编辑
摘要: from django.shortcuts import render,redirect# Create your views here.from django.shortcuts import HttpResponsedef login(request): if request.method == 阅读全文
posted @ 2022-06-30 00:13 呼长喜 阅读(100) 评论(0) 推荐(0) 编辑