I have the following:
我有以下内容:
models.py
class Person(models.Model):
full_name = models.CharField(...)
address = models.CharField(...)
cI have the following:
我有以下内容:
class Person(models.Model):
full_name = models.CharField(...)
address = models.CharField(...)
c