Hi xunSir,
Personally, I can't understand your question.
You will have to get some help with english speaking because what you
wrote there is merely understandable.
Thank you,
--
David
On 24-Jan-08, at 12:04 AM, xunSir wrote:
class Person(models.Model):
PIN = models.CharField(maxleng
class Person(models.Model):
PIN = models.CharField(maxlength=20, primary_key=True)
Name = models.CharField(maxlength=20)
class Burse(models.Model):
PIN = models.ForeignKey(Person)
Cash = models.IntegerField()
With HTML Page: show
2 matches
Mail list logo