Page not found (404)

Request Method: GET
Request URL: https://chalomadinah.com/index.html

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

  1. admin/
  2. [name='home']
  3. contact/ [name='contact']
  4. about/ [name='about']
  5. hajj/ [name='hajj']
  6. umrah/ [name='umrah']
  7. hajj_form/ [name='HajjForm']
  8. hajjgallery/ [name='hajj_gallery']
  9. hajjorientation/ [name='hajj_orientation']
  10. meritandcredit/ [name='merit_and_credit']
  11. affiliation/ [name='affiliation']
  12. package-detail/<int:package_id>/ [name='package_detail']
  13. terms_and_conditions/ [name='terms_and_conditions']
  14. hajj-registration-form/ [name='hajj-registration-form']
  15. listing/ [name='listing']
  16. getintouch/ [name='getintouch']
  17. login/ [name='login']
  18. signup/ [name='signup']
  19. logout/ [name='logout']
  20. password_reset/ [name='password_reset']
  21. password_reset/done/ [name='password_reset_done']
  22. reset/<uidb64>/<token>/ [name='password_reset_confirm']
  23. reset/done/ [name='password_reset_complete']
  24. custom_reset_complete/ [name='custom_reset_complete']
  25. visas/ [name='visas']
  26. apply/<str:selected_country>/ [name='apply']
  27. application/ [name='application']
  28. thanku/ [name='thanku']
  29. transection/ [name='transection']
  30. ^media/(?P<path>.*)$

The current path, index.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.