Sven Rebhan
Sven Rebhan
Hey @jonaswinkler, as promised in the discussion here my initial attempt to metadata. diff --git a/src/documents/models.py b/src/documents/models.py ```diff index 86878dd7..5f317b57 100755 --- a/src/documents/models.py +++ b/src/documents/models.py @@ -487,3 +487,43 @@ class...
Interesting. Are you working on this already or does it make sense to look into it from my side? My intention is to let the user define metadata and then...
Ok playing around a bit with inheritance I found that the problem is to handle the relation to the document. Each child type will get an own `related_name` (see _"Be...