Skip to content

Python code snippet – How to use put method in django?

from django.http import QueryDict
put = QueryDict(request.body)
description = put.get('description')
See also  Generate a spiral using Cairo in Python

Leave a Reply

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

This site uses Akismet to reduce spam. Learn how your comment data is processed.