Skip to content

Commit

Permalink
[docs] Added demo gif + improved intro
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Aug 17, 2020
1 parent 5c5762b commit 5a51cdb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,19 @@ django-flat-json-widget
:target: https://pypi.org/project/black/
:alt: code style: black

.. image:: https://raw.githubusercontent.com/openwisp/django-flat-json-widget/master/docs/django-flat-json-widget-demo.gif
:target: https://github.com/openwisp/django-flat-json-widget/tree/master/docs/django-flat-json-widget-demo.gif
:alt: Django Flat JSON (key/value) Widget

------------

If you ever needed to store a flexible dictionary of key/value in your django models,
you may have felt the need of giving your users a widget to easily manipulate
the data by adding or removing rows, instead of having to edit the raw JSON.
If you ever needed to store a flexible dictionary of keys and values in your
django models, you may have felt the need of giving your users a widget to
easily manipulate the data by adding or removing rows,
instead of having to edit the raw JSON.

This package solves exactly that problem: it offers a widget to manipulate
a flat JSON object made of simple keys and values.
This package solves exactly that problem: **it offers a widget to manipulate
a flat JSON object made of simple keys and values**.

Compatibility
-------------
Expand Down
Binary file added docs/django-flat-json-widget-demo.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5a51cdb

Please sign in to comment.