Metadata-Version: 1.2
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
Description: 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.
        
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
