Each model(database table) is a Python class that subclasses django.db.models.Model. Each attribute of the model represents a database field(column). Example:.
確定! 回上一頁