Releases: jonathanmorgan/django_config
Releases · jonathanmorgan/django_config
django_config - basic django app for EAV (Entity-Attribute-Value) configuration settings.
added value group variable (so the group is really the "entity", and then you can further cluster by application), and made the core model extend an abstract model, so that abstract model is easier to reuse.
removed python 2 decorators
Removed Python 2 decorators for Django, since django no longer supports Python 2 and they have been removed in django 3.0.
django_config - basic django app for EAV (Entity-Attribute-Value) configuration settings.
v1.0.1 Merge branch 'master' of https://github.com/jonathanmorgan/django_config
django_config - basic django app for EAV (Entity-Attribute-Value) configuration settings.
v1.0.0 updated with build files and documentation.