Page not found (404)

Request Method: GET
Request URL: https://antaross.com/search.html

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

  1. admin/
  2. [name='index']
  3. services/ [name='services']
  4. exhibitions/ [name='exhibitions']
  5. contacts/ [name='contacts']
  6. dealers/ [name='dealers']
  7. investors/ [name='investors']
  8. search/ [name='search']
  9. en/ [name='en_index']
  10. en/services/ [name='en_services']
  11. en/exhibitions/ [name='en_exhibitions']
  12. en/contacts/ [name='en_contacts']
  13. en/dealers/ [name='en_dealers']
  14. en/investors/ [name='en_investors']
  15. en/search/ [name='en_search']
  16. <slug:slug>/ [name='product']
  17. <slug:version>/<slug:slug>/ [name='en_product']
  18. api/send_message/ [name='send_message']
  19. ^25e65f58\-984f\-11ee\-b9d1/(?P<path>.*)$
  20. ^media/(?P<path>.*)$
  21. ^static/(?P<path>.*)$

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