Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 673 Bytes

index.rst

File metadata and controls

32 lines (22 loc) · 673 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.

Project links

Table of contents

.. toctree::
   :maxdepth: 2

   installation
   quickstart
   guide/index
   schema
   fields-and-widgets
   examples
   releases/index