12.12.2012 8:55, ephan kirjoitti:
Hi all,
Am in a bit of a fix which I put myself in,I have the following models:
class Town(...):
name = models.CharField(unique=true)
province = models.foreignKey(Province)
class Area():
name = models.CharField(unique=true,max_length=120)
Hi all,
Am in a bit of a fix which I put myself in,I have the following models:
class Town(...):
name = models.CharField(unique=true)
province = models.foreignKey(Province)
class Area():
name = models.CharField(unique=true,max_length=120)
town = models.CharField(Town)
The
2 matches
Mail list logo