django-jsonview icon indicating copy to clipboard operation
django-jsonview copied to clipboard

Move settings to `settings.JSON` (or similar)

Open jsocol opened this issue 8 years ago • 0 comments

Something like

JSONVIEW = {
    'serializer_options': {
        'cls': None,
    },
}

To get more room to grow (e.g. deserializer_options, c.f. #28)

jsocol avatar May 28 '16 22:05 jsocol