Django dynamic model fields
As of today, there are four available approaches, two of them requiring a certain storage backend: Django-eav (the original package is no longer mantained but has some thriving forks) This solution is based on Entity Attribute Value data model, essentially, it uses several tables to store dynamic attributes of objects. Great parts about this solution … Read more