django admin - select reverse foreign key relationships (not create, I want to add available)

前端 未结 4 1483
南旧
南旧 2021-02-14 02:09

Lets say I have a model School and another model Student.

class Student(models.Model):
   school = models.ForeignKey(School)
   name =          


        
4条回答
提交回复
热议问题