On May 10, 4:03 pm, Tom von Schwerdtner wrote:
> Greetings folks, I've been wrestling with this and I really don't know
> what I'm not doing right, so here is where I am:
>
> In basic pseudocode, I have:
>
> models.py:
> ---
> class Address(models.Model):
> ... ( street, city, e
Greetings folks, I've been wrestling with this and I really don't know
what I'm not doing right, so here is where I am:
In basic pseudocode, I have:
models.py:
---
class Address(models.Model):
... ( street, city, etc)
class Contact(models.Model):
...
address = models.On
2 matches
Mail list logo