Lets say both Customer and Business have an Address. In JPA, we can store address attributes(street,city,state,zip) directly inside Customer and Business using @Embedded annotation.Is there an equivalent to @embedded in python without using ForeignKey field.
-- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/a3cc0fb3-93f1-4759-a30b-b91b22ae47d1%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.

