python 頁面 css加載

1 在 templete 中, 爲每個 POST form 增加一個 {% csrf_token %} tag. 如下:  <form>      {% csrf_token %}  </form>  2 在 view 中, 使用 django.template.RequestContext 而不是 Context.  render_to_response, 默認使用 Context. 需要改成
相關文章
相關標籤/搜索