What is request POST in Django?

request. POST is an attribute of this request object, it’s a QueryDict (much similar to a normal Python dict). It contains the HTTP POST parameters that are sent to your view.

Sizin İçin Seçtik  What are classes in Django?

Leave a Reply

Your email address will not be published. Required fields are marked *