http://django-chinese-docs.readthedocs.org/en/latest/topics/db/models.html 通常在项目中的models.py文件中建表的 This example model defines a Person, which has a first_name and last_name: from django.db import models class Person(models.Model): first_name = models.