Lets say I have a model School and another model Student.
School
Student
class Student(models.Model): school = models.ForeignKey(School) name =
You can disable the inline 'add' permission. See InlineModelAdmin