Line 0
Link Here
|
|
|
1 |
django-hierarkey -- Hierarchical key-value store |
2 |
|
3 |
This package allows you to attach a key-value store to a model, e.g. to store |
4 |
preferences of an user or a customer. The package supports arbitrary datatypes, |
5 |
defaults and model hierarchies, i.e. you can define a different model instance |
6 |
as your instance's parent and the values of the parent instance will be used as |
7 |
default values for the child instances. |
8 |
|
9 |
This approach has been in use in pretix for quite a while, so it has been tested |
10 |
in production. |
11 |
|
12 |
This project is maintained by Raphael Michel <mail@raphaelmichel.de>. See the |
13 |
AUTHORS file for a list of all the awesome folks who contributed to this |
14 |
project. |
15 |
|
16 |
|
17 |
WWW: https://github.com/raphaelm/django-hierarkey |