django.db.models.fields.related_descriptors.RelatedObjectDoesNotExist: Course has no coursedetail.

错误描述:

  一对一反向查询失败!

前提:

  Course和CourseDetail    OneToOne

原因:

  Course数据和CourseDetail数据没有一一对应。

原文地址:https://www.cnblogs.com/LYliangying/p/9956230.html