e626ab1409
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.
19 lines
928 B
Text
19 lines
928 B
Text
@comment $NetBSD: PLIST,v 1.1 2018/11/20 18:38:34 adam Exp $
|
|
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
|
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
|
|
${PYSITELIB}/${EGG_INFODIR}/requires.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
|
${PYSITELIB}/djangocms_attributes_field/__init__.py
|
|
${PYSITELIB}/djangocms_attributes_field/__init__.pyc
|
|
${PYSITELIB}/djangocms_attributes_field/__init__.pyo
|
|
${PYSITELIB}/djangocms_attributes_field/fields.py
|
|
${PYSITELIB}/djangocms_attributes_field/fields.pyc
|
|
${PYSITELIB}/djangocms_attributes_field/fields.pyo
|
|
${PYSITELIB}/djangocms_attributes_field/models.py
|
|
${PYSITELIB}/djangocms_attributes_field/models.pyc
|
|
${PYSITELIB}/djangocms_attributes_field/models.pyo
|
|
${PYSITELIB}/djangocms_attributes_field/widgets.py
|
|
${PYSITELIB}/djangocms_attributes_field/widgets.pyc
|
|
${PYSITELIB}/djangocms_attributes_field/widgets.pyo
|