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
I reviewed the source code of dynamic-models, the factor will use the config.default_fields, but this will change behaviour for all dynamic models. But I only want the user's personal task to inherate TaskModel.
Here is my scenario:
I want to create task table for every user, since each user may add this own dynamic fields.
How can I create an abstract model like
and use this model as a baseclass to create dynamic model like:
The text was updated successfully, but these errors were encountered: