Django “Cannot add or update a child row: a foreign key constraint fails” February 21, 2023 by Tarik Some of my tables were in InnoDB and some were in MyISAM… I changed everything to MyISAM and the problem was solved.