Metadata-Version: 2.0
Name: django-jsonlistedit
Version: 0.0.1
Summary: Core field type and setup for using jsonlistedit to store JSON lists in a text field in django
Home-page: https://github.com/danthedeckie/django_jsonlistedit/
Author: Daniel Fairhead
Author-email: danthedeckie@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Framework :: Django
Requires-Python: >=3.4
Requires-Dist: django (>=1.11.0)

JSONListEdit in Django.
-----------------------

I've never written a django widget or field type, or anything custom like that
before, so I'm pretty much working this out as I go.

This is the django component to get my JSONListEdit JS/HTML widget thing into
django (forms/admin).

I suspect this component will never be 'drop into django and it works!' as there
are too many variables you need to configure to get anything useful.

However, there is / will be a more useable-out-of-the-box component
(https://github.com/danthedeckie/django_jsonlisttable) which is based on this.


