django-response

Django Response Relative


Keywords
Django, Response, JSON
Install
pip install django-response==1.1.1

Documentation

django-response

Django Response Relative

Installation

pip install django-response

Usage

from django_response import response

def xxx(request):
    # return response()
    # return response(XXXStatusCode.YYY)
    return response(200, 'message', u'description', data={})