Page not found (404)

Request Method: GET
Request URL: https://artpot.ru/ru/portfolio/see/16/

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

  1. sitemap.xml [name='django.contrib.sitemaps.views.sitemap']
  2. [name='index']
  3. seepubl/<int:idpubl>/ [name='seepubl']
  4. send-message/ [name='send_message']
  5. usr/<int:idusr>/ [name='see_usr']
  6. cont/
  7. usr/
  8. admin/
  9. ^media/(?P<path>.*)$

The current path, ru/portfolio/see/16/, 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.