I hereby claim:
- I am victor-o-silva on github.
- I am victor_o_silva (https://keybase.io/victor_o_silva) on keybase.
- I have a public key ASAzneUc4ZkeUNck73D-xtIhxr0yzuucz6kSinZkW0aIbgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
from django.http import JsonResponse as DjangoJsonResponse | |
class JsonResponse(DjangoJsonResponse): | |
"""An easily prettifiable JsonResponse. | |
To prettify the response's content, instantiate this class passing | |
``pretty=True``. The content will be prettified with a level 4 indent. | |
""" |