摘要: 以Publisher、Author、Book的model为例子#coding=utf-8from django.db import models# Create your models here.class Publisher(models.Model): name=models.CharFi... 阅读全文
posted @ 2014-08-25 22:16 梦的怒放ing 阅读(1720) 评论(0) 推荐(1)