Metadata-Version: 1.1
Name: django-user-defined-fields
Version: 0.0.2
Summary: Simple user defined fields with JSON Field.
Home-page: https://github.com/uptick/django-user-defined-fields
Author: Uptick
Author-email: dev@uptickhq.com
License: BSD
Description: # django-user-defined-fields
        
        [![PyPI version](https://badge.fury.io/py/django-user-defined-fields.svg)](https://badge.fury.io/py/django-user-defined-fields)
        [![Build Status](https://travis-ci.org/uptick/django-user-defined-fields.svg?branch=master)](https://travis-ci.org/uptick/django-user-defined-fields)
        
        Django Used Defined Fields is a simple way to allow your users to add extra fields to your models, based on JSONField.
        
        
        ## Installation
        
        Standard pip install:
        
        ```bash
        pip install django-user-defined-fields
        ```
        
        
        ## Quickstart
        
        ```python
        import userdefinedfields
        
        # TODO
        ```
        
        ## Tests
        Run tests in example directory with `python manage.py test testapp`
        
Keywords: jsonfield
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
