A.python manage.py startapp pollsB.python manage startapp pollsC.python manage.py createapp pollsD.python manage createapp polls
单项选择题model需要定义一个IntegerField类型的字段,以下选项中不为合法参数的是()
A.default=0B.null=TrueC.max_length=10D.verbose_name=’id’
单项选择题推迟指定字段的取值,仅在调用时才到数据库查询,需要使用什么方法?()
A.earlyB.delayC.deferD.only