-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extending Target
Model with user defined target data
#851
Comments
SetbackThe initial attempts at this won't work. 1st attempt: abstract base classIncorporating an abstract base class into the existing 2nd attempt: Multi-table inheritanceUsing Multi-table inheritance to build the Target model with a direct link to a user defined model with its own table (and its own migration directory) still requires a migration to
The ultimate result is that while this method may work well for brand new DBs that have no existing data, they don't upgrade existing tomtoolkits very well. Next StepsI think the next step is to re-evaluate a plan forward from here. Up until now we have been trying to dynamically build a |
Include user defined abstract base classes using model inheritance to extend the Target Model. The purpose here is to replace
Target_Extras
with a more sustainable systemsetup.py
The text was updated successfully, but these errors were encountered: