diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2019-08-26 02:48:40 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2019-08-26 02:48:40 +0800 |
commit | 01daaae1826bac029afcbd5d781df09e88895af5 (patch) | |
tree | f0a34df8ff880362ba8b2aab6487d6a19925cb76 /www/Makefile | |
parent | 8d35602503e4c9751f5b13e677aaaa1ec07b483e (diff) | |
download | freebsd-ports-gnome-01daaae1826bac029afcbd5d781df09e88895af5.tar.gz freebsd-ports-gnome-01daaae1826bac029afcbd5d781df09e88895af5.tar.zst freebsd-ports-gnome-01daaae1826bac029afcbd5d781df09e88895af5.zip |
Add py-django-hierarkey 1.0.3
django-hierarkey -- Hierarchical key-value store
This package allows you to attach a key-value store to a model, e.g. to store
preferences of an user or a customer. The package supports arbitrary datatypes,
defaults and model hierarchies, i.e. you can define a different model instance
as your instance's parent and the values of the parent instance will be used as
default values for the child instances.
This approach has been in use in pretix for quite a while, so it has been tested
in production.
This project is maintained by Raphael Michel <mail@raphaelmichel.de>. See the
AUTHORS file for a list of all the awesome folks who contributed to this
project.
WWW: https://github.com/raphaelm/django-hierarkey
- While I'm here, add NO_ARCH
PR: 239059
Submitted by: Alexander Sieg <alex@xanderio.de>
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 57c8ce8a2916..1bc6d698eeeb 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1551,6 +1551,7 @@ SUBDIR += py-django-guardian SUBDIR += py-django-happenings SUBDIR += py-django-haystack + SUBDIR += py-django-hierarkey SUBDIR += py-django-hijack SUBDIR += py-django-htmlmin SUBDIR += py-django-js-asset |