摘要:
Admin管理界面是django的杀手级应用。它读取你模式中的元数据,然后提供给你一个强大而且可以使用的界面,网站管理者可以用它立即向网站中添加内容。 比如,数据表如下: from django.db import models # Create your models here. class Au 阅读全文
摘要:
通过ajax可以悄悄的把数据传输给服务器,实现页面无刷新https://www.cnblogs.com/lixiang1013/p/7784470.html 一:ajax使用语法 1)普通方式 示例: 2)通过页面传递数据 #ajax使用例子2 传递页面数据给后台 <form action="/ho 阅读全文
django提交表单提示"You called this URL via POST, but the URL doesn't end in a slash and you have APPEND_SL
摘要:
url 以“/”结尾 阅读全文