Can't connent urls

Hi! I’m just starting with Django and I need some help. I am trying to connect my project and application urls but Django does not see the path. Could anyone please check my code, I would highly appreciate it!
Thank you!




Its hard to tell from screen shots, but you included the main.urls within a sub dir of home, this means the url becomes /home/v1/.

Please do not post images of code here. Post the actual code, between lines consisting of three backtick - ` characters. This means you’ll have a line of ```, then your code, then another line of ```.