单项选择题
A.python manage.py runserver 8000B.python manage.py shellC.python manage.py startapp app02D.python manage.py makemigrations
A.ForeignKey:一对多,将字段定义在多的一端中。B.ManyToManyField:多对多,将字段定义在任意一端中。C.ManyToOneField:多对一,将字段定义在多的一端中。D.OneToOneField:一对一,将字段定义在任意一端中。
A.migrateB.rebuild_indexC.runserverD.makemigrations