AM, wickass wrote:
>
> > Hi Django users
>
> > I have only been using python& django for about a week, so please
> > excuse me if this question sounds stupid.
>
> > Basically I have a model which extends the users model via a OneToOne
> > relationship
Hi Django users
I have only been using python& django for about a week, so please
excuse me if this question sounds stupid.
Basically I have a model which extends the users model via a OneToOne
relationship like so:
class AgentProfile(models.Model):
user = models.OneToOneField(
2 matches
Mail list logo