Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 808 Bytes

index.rst

File metadata and controls

37 lines (27 loc) · 808 Bytes

django-jsonform

django-jsonform provides a user-friendly form interface for editing JSON data in Django admin.

You declare your data structure using JSON schema and it will generate a dynamic form for creating and editing the data.

It also supports Postgres ArrayField with multiple levels of nesting.

Table of contents

Home <self> installation quickstart guide/index schema fields-and-widgets templatetags settings examples troubleshooting releases/index