Page not found (404)

Request Method: GET
Request URL: http://ridp.uz/en/home.html

Using the URLconf defined in dentist_project.urls, Django tried these URL patterns, in this order:

  1. __debug__/
  2. i18n/
  3. en/ admin/
  4. en/ [name='home']
  5. en/ contact/ [name='contact']
  6. en/ feedback/ [name='feedback']
  7. en/ document/ [name='document']
  8. en/ about/ [name='about']
  9. en/ gallery/ [name='gallery']
  10. en/ news/ [name='news']
  11. en/ news-details/<int:id> [name='news-details']
  12. en/ faq/ [name='faq']
  13. en/ vacancy/ [name='vacancy']
  14. en/ project-area/ [name='project-area']
  15. en/ villages-ranking/<int:id> [name='villages-ranking']
  16. en/ application-of-funds/ [name='application-of-funds']
  17. en/ our-subprojects/ [name='our-subprojects']
  18. en/ piu/ [name='piu']
  19. en/ contractors-design/ [name='contractors-design']
  20. en/ contractors-design-details/<int:id> [name='contractors-design-details']
  21. en/ construction-contractors/ [name='construction-contractors']
  22. en/ construction-contractors-details/<int:id> [name='construction-contractors-details']
  23. en/ tenders/ [name='tender']
  24. en/ tenders-detail/<int:pk>/ [name='tenders_detail']
  25. en/ rof/ [name='rof']
  26. en/ getdistricts [name='getdistricts']
  27. en/ getvillages [name='getvillages']
  28. en/ regionmap [name='regionmap']
  29. en/ districtmap [name='districtmap']
  30. en/ villagemap [name='villagemap']
  31. en/ getcurrency [name='getcurrency']
  32. en/ getweather [name='getweather']
  33. en/ getimportant [name='getimportant']
  34. en/ ckeditor/
  35. en/ report_builder/
  36. ^media/(?P<path>.*)$

The current path, en/home.html, didn’t match any of these.

You’re seeing this error because you have DEBUG = True in your Django settings file. Change that to False, and Django will display a standard 404 page.