You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to convert all the various models into 1 model called documents. Then you would just need to "activate" new model relationships as you see fit instead of creating a new model for each model you want to add documents to.
I do something similar in my unreleased plugin, which @DanSheps pointed me to.
It would be nice to convert all the various models into 1 model called documents. Then you would just need to "activate" new model relationships as you see fit instead of creating a new model for each model you want to add documents to.
I do something similar in my unreleased plugin, which @DanSheps pointed me to.
Adding documents to new models would just require an updated to the constants and a new GenericRelation.
When I get some down time, I'd be able to help.
The text was updated successfully, but these errors were encountered: