Page not found (404)

Request Method: GET
Request URL: https://www.poisk-company.ru/component/index.html

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

  1. yandex_45e5af7baaf3e9ad.txt
  2. ^news/pnlnote(\d+).html$ [name='news-pnlnote']
  3. ^news/(\d+)/photo/(\d+).html$ [name='news-photo']
  4. ^news/(\d+)/photo$ [name='news-photo-api']
  5. ^$ [name='index']
  6. ^about.html$ [name='about']
  7. ^onmap.html$ [name='onmap']
  8. ^panel.html$ [name='description']
  9. ^devel.html$ [name='devel']
  10. ^panel/
  11. ^pult/
  12. ^indicators/
  13. ^table/
  14. ^znz/
  15. ^ ^telemechanic/poisk_tm_description.html$ [name='telemechanic-poisk_tm_description']
  16. ^ ^telemechanic/poisk_tm_detail.html$ [name='telemechanic-poisk_tm_detail']
  17. ^ ^promauto/promauto_description.html$ [name='promauto-promauto_description']
  18. ^ ^promauto/promauto_gallery.html$ [name='promauto-promauto_gallery']
  19. ^ ^promauto/promauto_gallery$ [name='promauto-promauto_gallery-api']
  20. ^ ^promauto/photo/(\d+).html$ [name='promauto-photo']
  21. ^ ^promauto/photo_api/(\d+)$ [name='promauto-photo-api']
  22. ^ ^drives/drives_description.html$ [name='drivers-description']
  23. ^ ^drives/drives_veda_vfd.html$ [name='drivers-veda_vfd']
  24. ^ ^drives/drives_micro_drive.html$ [name='drivers-micro_drive']
  25. ^ ^drives/drives_basic_drive.html$ [name='drivers-basic_drive']
  26. ^ ^drives/drives_crane_drive.html$ [name='drivers-crane_drive']
  27. ^ ^drives/drives_veda_mcd.html$ [name='drivers-veda_mcd']
  28. ^ ^drives/drives_veda_mcd1.html$ [name='drivers-veda_mcd1']
  29. ^ ^drives/drives_veda_mcd2.html$ [name='drivers-veda_mcd2']
  30. ^ ^drives/drives_veda_mcd3.html$ [name='drivers-veda_mcd3']
  31. ^ ^drives/drives_veda_mcd5.html$ [name='drivers-veda_mcd5']
  32. ^ ^drives/drives_control.html$ [name='drivers-control']
  33. ^ ^service/danfoss.html$ [name='service-danfoss']
  34. ^ ^service/owen.html$ [name='service-owen']
  35. ^ ^equipment/equip_index.html$ [name='equipment-index']
  36. ^ ^equipment/owen.html$ [name='equipment-owen']
  37. ^ ^equipment/prosoft.html$ [name='equipment-prosoft']
  38. ^ ^equipment/schneider.html$ [name='equipment-schneider']
  39. ^ ^equipment/bdsensors.html$ [name='equipment-bdsensors']
  40. ^ ^equipment/danfoss.html$ [name='equipment-danfoss']
  41. ^ ^equipment/balluff.html$ [name='equipment-balluff']
  42. ^ ^equipment/rittal.html$ [name='equipment-rittal']
  43. ^ ^equipment/siemens.html$ [name='equipment-siemens']
  44. ^ ^equipment/rosma.html$ [name='equipment-rosma']
  45. ^ ^equipment/phoenix.html$ [name='equipment-phoenix']
  46. ^ ^equipment/advantech.html$ [name='equipment-advantech']
  47. ^ ^equipment/festo.html$ [name='equipment-festo']
  48. ^ ^equipment/iconics.html$ [name='equipment-iconics']
  49. ^ ^equipment/ifm.html$ [name='equipment-ifm']
  50. ^ ^equipment/schroff.html$ [name='equipment-schroff']
  51. ^ ^equipment/wago.html$ [name='equipment-wago']
  52. ^ ^el_component/ec_index.html$ [name='el_component-index']
  53. ^ ^el_component/platan.html$ [name='el_component-platan']
  54. ^media/(?P<path>.*)$

The current URL, component/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.