Subject: CVS commit: pkgsrc/www
From: Adam Ciarcinski
Date: 2018-11-20 19:38:34
Message id: 20181120183834.6799EFB1F@cvs.NetBSD.org

Log Message:
py-djangocms-attributes-field: added version 0.4.0

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.

Files:
RevisionActionfile
1.1addpkgsrc/www/py-djangocms-attributes-field/DESCR
1.1addpkgsrc/www/py-djangocms-attributes-field/Makefile
1.1addpkgsrc/www/py-djangocms-attributes-field/PLIST
1.1addpkgsrc/www/py-djangocms-attributes-field/distinfo