Page not found (404)

Request Method: GET
Request URL: https://www.rosteplocentr.ru/catalog/750/15055/

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

  1. admin/
  2. repair-service/
  3. spare-part-price/ [name='spare_part_list']
  4. pages/
  5. viber/
  6. api/
  7. start-webhook/ [name='initialize_viber_webhook']
  8. [name='home_page']
  9. ^static/(?P<path>.*)$
  10. ^media/(?P<path>.*)$

The current path, catalog/750/15055/, 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.