Notifications
Clear all
Python Django Basics | Develop 2 Practical Projects [FREE COURSE]
1
Posts
2
Users
0
Reactions
7
Views
0
16/11/2024 10:24 pm
Topic starter
Page not found (404) even though URL is correct
Mohaiminul - Team Rathan 18/11/2024 12:28 pm
Hi @yamini, it looks like you're encountering a "Page Not Found (404)" error, even though the URL appears to be correct. This issue might be due to one of the following reasons:
1. The HTML template you're trying to render might not exist.
2. The path to the HTML file in the `render` function could be incorrect.
Please double-check these aspects. If you can't identify the problem, feel free to provide a screenshot of the function code and the HTML folder structure. Alternatively, you can share your updated GitHub repository with us so that we can assist you in a more detailed way.