It’s very important to understand the folders and files that make up a Django project. In this lesson, you’re going to take a look at migrations and SQL databases.
Inside your projects folder, a folder called migrations has been generated. If you run the development server, you’ll see that there are migrations that haven’t been applied.
The database isn’t currently set up, and that’s what migrations do. They take the code you have and apply it to create or change the database that you’re working with.
Martin Breuss RP Team on May 14, 2020
Hi @bluebe55yPie and welcome to the (horrible) world of cross-browser inconsistencies… 😱
One thing upfront: from all I know this is not a Django issue to fix, but something that you will have to deal with in your HTML+CSS. Cross-browser styling lives in the realms of Front-End Web Development 😌
Here are two links that I found that you could look into if you want to go down that path. Just keep in mind that it might be a tricky task to get it all done. Internet Explorer is a known … challenge in the front-end web development world!
Hope this helps and gets you on the way!