{"height":"190","author_name":"yuheiomori0718","blog_title":"\u30e1\u30e2\u7f6e\u304d\u5834","version":"1.0","image_url":null,"url":"https://y0m0r.hateblo.jp/entry/20120602/1338643265","blog_url":"https://y0m0r.hateblo.jp/","author_url":"https://blog.hatena.ne.jp/yuheiomori0718/","provider_name":"Hatena Blog","title":"Django\u306eview\u3067\u30a2\u30af\u30bb\u30b9\u3067\u304d\u308bHTTP\u30e1\u30bd\u30c3\u30c9\u3092\u9650\u5b9a\u3059\u308b","categories":["python","django"],"html":"<iframe src=\"https://hatenablog-parts.com/embed?url=https%3A%2F%2Fy0m0r.hateblo.jp%2Fentry%2F20120602%2F1338643265\" title=\"Django\u306eview\u3067\u30a2\u30af\u30bb\u30b9\u3067\u304d\u308bHTTP\u30e1\u30bd\u30c3\u30c9\u3092\u9650\u5b9a\u3059\u308b - \u30e1\u30e2\u7f6e\u304d\u5834\" class=\"embed-card embed-blogcard\" scrolling=\"no\" frameborder=\"0\" style=\"display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;\"></iframe>","provider_url":"https://hatena.blog","type":"rich","width":"100%","published":"2012-06-02 22:21:05","description":"require_GET\u3084require_POST\u3068\u3044\u3046\u30c7\u30b3\u30ec\u30fc\u30bf\u304c\u7528\u610f\u3055\u308c\u3066\u3044\u308b\u306e\u3067\u305d\u308c\u304c\u4f7f\u3048\u307e\u3059\u3002 from django.views.decorators.http import require_POST, require_GET @require_GET def get_only(request): pass @require_POST def post_only(request): pass \u3082\u3063\u3068\u67d4\u8edf\u306b\u6307\u5b9a\u3057\u305f\u3044\u5834\u5408\u306frequire_http_methods\u304c\u4f7f\u3048\u307e\u3059 from django.views.decorators.http import require_http_meth\u2026"}