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'm wanting to use eav in multiple apps in the same project. The first one works like a charm. When I try create new schema and attr tables in the new project I get an error complaining about 'related_name'. What would be the correct solution? Should I use the original schema and attr table thereby building a dependency to another django app, or should I change the related name?
UPDATE: I just realised I should change the model name of the model inheriting base attribute. Not ideal, but i guess workable for this edge case
The text was updated successfully, but these errors were encountered:
I'm wanting to use eav in multiple apps in the same project. The first one works like a charm. When I try create new schema and attr tables in the new project I get an error complaining about 'related_name'. What would be the correct solution? Should I use the original schema and attr table thereby building a dependency to another django app, or should I change the related name?
UPDATE: I just realised I should change the model name of the model inheriting base attribute. Not ideal, but i guess workable for this edge case
The text was updated successfully, but these errors were encountered: