DEBUG=True is in your settings file and you have not configured any URLs
This junk is trippin. I have the app registered in installed apps, I have my templates directory set up properly, and I even have all the urls configured in both urls.py files. What am I doing wrong? (https://i.stack.imgur.com/CsosC.png)(https://i.stack.imgur.com/g6RA5.png)(https://i.stack.imgur.com/JIVJa.png)(https://i.stack.imgur.com/ausuN.png)
I was expecting it to work, what else?
installed app should lool like
INSTALLED_APPS = [
'application.apps.MainConfig',
...