How to simulate a HTTP Post request from a django view without a template

前端 未结 5 1569
暖寄归人
暖寄归人 2021-02-13 19:11

I am writing views, not so keen to write templates right away.

But I need to test my program by submitting post requests.

How do i simulate HTTP Post from within

5条回答
  •  广开言路
    2021-02-13 19:41

    To avoid the pain of creating the request object yourself you can use this tip on Django snippets

提交回复
热议问题