Skip to content

Releases: jonathanmorgan/django_config

django_config - basic django app for EAV (Entity-Attribute-Value) configuration settings.

27 Jan 20:17

Choose a tag to compare

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

17 Mar 14:48

Choose a tag to compare

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.

30 Oct 17:01

Choose a tag to compare

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.

30 Oct 16:23

Choose a tag to compare