Hi everyone,
I’m working on my first Django project- Event Management System and facing an issue. I have uploaded my project on GitHub: GitHub - mir-ishtiaq/EventHubApp
The issue is that after creating views and templates for the events page, I expected to see the webpage at http:// 127.0.0.1:8000/events/, but I’m facing 404 error. Additionally, when I manually try to visit http:// 127.0.0.1:8000/events/, I also get a 404 error. in http:// 127.0.0.1:8000 I’m still seeing the default Django page which says “You’re seeing this page because DEBUG=TRUE is in your settings file”. I have already created data in the database through the admin panel, and I’m not sure what could be causing this issue.
I would greatly appreciate any insights or suggestions on how to resolve this issue. Thank you!