Views in Django

Please I am unable to create my first view in the Django project
I always get “page not found error” but I did everything as I was told by Mosh

1 Like

It might be url issues, try to double check urls.py files both on your main project and your app.
If it persist share the snapshot so that we can debug together