Django Page Can't Connect Due to Broken Pipe

I was using django fine until for some reason the page suddenly stopped working. Right now whenever I try to connect to the page it gives me broken pipe from (127.0.0.1, #####) and it also tells me one of my apps has an unapplied migration (even though I have been migrating). Right now I have Django connected to MySQL and have a bunch of models imported, and when I migrated it tells me that the table already exists, so that may be an issue?

hello Jason, how did you solve this ?
i have been trying but its not working