Page not found (404)

Request Method: GET
Request URL: https://minifigurka.ru/kontaktyi

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

  1. ckeditor/
  2. admin/
  3. [name='news']
  4. catalog/ [name='catalog']
  5. contacts/ [name='contacts']
  6. custom/ [name='custom']
  7. catalog/<int:pk> [name='detail_product']
  8. ^media/(?P<path>.*)$

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