Page not found (404)

Request Method: GET
Request URL: https://dvermarket.com/reviews/
Raised by: catalog.views.CatalogView

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

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

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