Posts by jorgemdnt • 1 point
1 post
-
0
votes3
answers102
viewsA: Valueobjects Django
I think what you are looking for is a Many-to-one relation. You could create a separate "Address" model and create a field Foreign key in the model "Person" class Pessoa(models.Model): [...]…