Page not found (404)

Request Method: GET
Request URL: https://top-kran.ru/park_tehniki.html/spectehnika.html

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

  1. __debug__/
  2. ^favicon\.ico$ [name='favicon']
  3. ^admin/
  4. ^ajax_lookup/
  5. ^ckeditor/
  6. ^404$
  7. ^sw.js$
  8. ^$ [name='home']
  9. ^robots.txt$ [name='seo-robots']
  10. ^sitemap\.xml$
  11. ^api/feedback/question/$ [name='feedback-question']
  12. api/feedback/order/$ [name='order']
  13. api/feedback/vacancy/$ [name='vacancy']
  14. api/feedback/callback/$ [name='callback']
  15. api/feedback/sphere/$ [name='sphere']
  16. ^vakansii/$ [name='vacancies']
  17. ^vacancies/$
  18. ^avtopark/(?P<slug>[\w-]+)/$ [name='category']
  19. ^autopark/(?P<slug>[\w-]+)/$
  20. ^tehnika/(?P<slug>[\w-]+)/$ [name='product']
  21. ^technics/(?P<slug>[\w-]+)/$
  22. api/autopark/seo/$ [name='category-seo']
  23. ^proekti/$ [name='projects']
  24. ^projects/$
  25. ^proekti/(?P<slug>[\w-]+)/$ [name='project']
  26. ^projects/(?P<slug>[\w-]+)/$
  27. ^api/projects/$
  28. ^api/map/projects/$ [name='map-projects']
  29. ^kontakty/$ [name='kontakty']
  30. ^contacts/$
  31. ^o-nas/$ [name='about']
  32. ^about/$
  33. ^politika-konfidencialnosty/$ [name='privacy-policy']
  34. ^privacy-policy/$
  35. ^personal-data/$ [name='personal-data']
  36. ^press-center/$ [name='press-center']
  37. ^staty/$ [name='articles']
  38. ^articles/$
  39. ^(?P<slug>[\w-]+)/$ [name='page']
  40. ^media\/(?P<path>.*)$

The current path, park_tehniki.html/spectehnika.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.