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
When I generate a form for Organization, I am not presented with a SelectField for the Contact. The documentation is a bit lacking on this topic. Is there an easy way to achieve this functionality?
The text was updated successfully, but these errors were encountered:
I have a data model as follows:
`class Contact(db.Model):
class Organization(db.Model):
tablename = 'organization'
When I generate a form for Organization, I am not presented with a SelectField for the Contact. The documentation is a bit lacking on this topic. Is there an easy way to achieve this functionality?
The text was updated successfully, but these errors were encountered: