http method 제한 데코레이터 from django.views.decorators.http import require_http_methods, require_GET, require_POST 틀릴 경우, HTTP 405 — “method not allowed” 를 리턴함.
http method 제한 데코레이터 from django.views.decorators.http import require_http_methods, require_GET, require_POST 틀릴 경우, HTTP 405 — “method not allowed” 를 리턴함.