Page not found (404)

Request Method: GET
Request URL: http://artirk.ru/catalog/parikmakherskie-uslugi/izmenenie-tekstury-volos/

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

  1. [name='index']
  2. articles/ [name='article_list']
  3. articles/<int:pk>/ [name='article_detail']
  4. contact/ [name='contact']
  5. employees/ [name='employee_list']
  6. employees/<int:pk>/ [name='employee_detail']
  7. services/ [name='service_list']
  8. services/<int:pk>/ [name='service_detail']
  9. promotions/ [name='promotion_list']
  10. promotions/<int:pk>/ [name='promotion_detail']
  11. prices/ [name='price_list']
  12. vacancies/ [name='vacancy_list']
  13. vacancies/<int:pk>/ [name='vacancy_detail']
  14. works/ [name='work_list']
  15. send_consultation/ [name='send_consultation']
  16. send_consultation_promotion/ [name='send_consultation_promotion']
  17. send_complaint/ [name='send_complaint']
  18. send_vacancy/ [name='send_vacancy']
  19. s/<slug:slug>/ [name='static_detail_view']
  20. tour.html [name='3d_tour']
  21. admin/
  22. editorjs/
  23. ckeditor/
  24. ^static/(?P<path>.*)$
  25. ^media/(?P<path>.*)$

The current path, catalog/parikmakherskie-uslugi/izmenenie-tekstury-volos/, 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.