Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 828 Bytes

index.rst

File metadata and controls

38 lines (28 loc) · 828 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

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