Page not found (404)

Request Method: GET
Request URL: http://dvermarket.com/strojgost_/
Raised by: catalog.views.CatalogView

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

  1. robots.txt
  2. ckeditor/
  3. catalog/door/<int:id>/ [name='item_view']
  4. admin/generate_specs_categories/ [name='generate_specs_for_categories']
  5. admin/
  6. form_handler/
  7. api-auth/
  8. api/get_item/<int:id>/ [name='get_item_admin']
  9. <parent_page_slug>/ news_detail/<slug>/ [name='news_detail']
  10. <parent_page_slug>/ action_detail/<slug> [name='actions_detail']
  11. <parent_page_slug>/ article_detail/<slug>/ [name='articles_detail']
  12. checkout/
  13. __debug__/
  14. [name='index_view']
  15. <str:alias>/ [name='catalog_view']
  16. ^ ^cms_login/$ [name='cms_login']
  17. ^ ^cms_wizard/
  18. ^ ^(?P<slug>[0-9A-Za-z-_.//]+)/$ [name='pages-details-by-slug']
  19. ^ ^$ [name='pages-root']
  20. ^media/(?P<path>.*)$
  21. ^static/(?P<path>.*)$

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