./www/py-djangocms-attributes-field, Implementation of JSONField for arbitrary HTML element attributes

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2021Q3, Version: 2.0.0, Package name: py38-djangocms-attributes-field-2.0.0, Maintainer: adam

This project aims to provide a sensible means of storing and managing arbitrary
HTML element attributes for later emitting them into templates.

There are a wide variety of types of attributes and using the "normal" Django
method of adding ModelFields for each on a business model is cumbersome at best
and moreover may require related tables to allow cases where any number of the
same type of attribute should be supported (i.e., data-attributes). This can
contribute to performance problems.

To avoid these pitfalls, this package allows all of these attributes to be
stored together in a single text field in the database as a JSON blob, but
provides a nice widget to provide an intuitive, key/value pair interface and
provide sensible validation of the keys used.


Master sites:

SHA1: c3fc2a6d363efe4481a4b31225c731ca2786eb39
RMD160: f50112ea90c227477d09cd1a1744cc2f0646b0ec
Filesize: 14.638 KB

Version history: (Expand)