忘れないようにメモっとく

機械学習とかプログラミングとか。

2013-10-06から1日間の記事一覧

Djangoのクロスドメイン問題

http://chase-seibert.github.io/blog/2012/01/27/using-access-control-allow-origin-to-make-cross-domain-post-requests-from-javsacript.htmlHttpResponseオブジェクトにヘッダー情報を追加していく。 def index(request): """ *** """ output = [] outp…