How to Install python-django-jsonfield in Ubuntu 18.04



Install python-django-jsonfield by entering the following commands in the terminal:

sudo apt update
sudo apt install python-django-jsonfield

Description:

JSON field for Django models (Python 2)

This package provides a Django field (jsonfield.JSONField) that you can use to store arbitrary JSON structures in a simple text field at the database level. . Accessing the field returns a decoded object (list, dict, string). . In forms, it appears like a TextField but the input is validated to be valid JSON. . This is the Python 2 version of the package.

Homepage: https://bitbucket.org/schinckel/django-jsonfield/

Version: 1.0.1-2

Section: universe/python