Page not found (404)

Request Method: GET
Request URL: http://127.0.0.1:8001/index.php/oborudovanie/vibratsionnye/by,category_name

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

  1. [name='home']
  2. <slug:lang> [name='home']
  3. categories/
  4. about_product/
  5. contacts/
  6. about/
  7. reviews/
  8. site/admin/
  9. ^media/(?P<path>.*)$

The current path, index.php/oborudovanie/vibratsionnye/by,category_name, 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.