Django進階2

一、ORM操作進階 ForeignKey關聯 示例models from django.db import models # Create your models here. class User(models.Model): name = models.CharField(max_length=32) class Host(models.Model): host_name =
相關文章
相關標籤/搜索