摘要:
form表单action参数 1.不写 默认朝当前所在的url提交数据 2.全写 指名道姓 3.只写后缀 /login/ 阅读全文
posted @ 2022-04-03 18:49
咖喱给给啊
阅读(147)
评论(0)
推荐(0)
摘要:
from django.shortcuts import HttpResponse,render,redirect #返回字符串 return HttpResponse('字符串') #返回html页面 return render(request,'login.html') def ab_rende 阅读全文
posted @ 2022-04-03 17:59
咖喱给给啊
阅读(25)
评论(0)
推荐(0)
摘要:
# 静态文件配置 STATICFILES_DIRS = [ os.path.join(BASE_DIR,'static'), os.path.join(BASE_DIR,'static1'), os.path.join(BASE_DIR,'static2'), ] # 静态文件动态解析 {% loa 阅读全文
posted @ 2022-04-03 17:55
咖喱给给啊
阅读(110)
评论(0)
推荐(0)
浙公网安备 33010602011771号