Django - Where are the params stored on a PUT/DELETE request?

前端 未结 7 1121
[愿得一人]
[愿得一人] 2020-11-30 00:17

I\'d like to follow the RESTful pattern for my new django project, and I\'d like to know where the parameters are when a PUT/DELETE request is made.

As far as I know

相关标签:
7条回答
  • 2020-11-30 01:12

    You can see an example of getting a QueryDict for a PUT method in django-piston's code (See the coerce_put_post method)

    0 讨论(0)
提交回复
热议问题