Page not found (404)

Request Method: GET
Request URL: https://friends-events.ru/portfolio/%D1%84%D0%BB%D0%B5%D1%88%D0%BC%D0%BE%D0%B1-%D0%B0%D0%BD%D0%B4%D1%80%D0%B5%D0%B5%D0%B2%D1%81%D0%BA%D0%B8%D0%B9-%D1%84%D0%BB%D0%B0%D0%B3/

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

  1. admin/
  2. about/ [name='about']
  3. services/ [name='services']
  4. get/price/
  5. <slug:post_slug>/ [name='post']
  6. <slug:post_slug1>/<slug:post_slug2>/ [name='post_detail']
  7. herovision/create2/pull/
  8. herovision/show/pull/
  9. eurovision/api/post
  10. ^eurovision/api/get/$
  11. ^static/(?P<path>.*)$
  12. ^media/(?P<path>.*)$

The current path, portfolio/флешмоб-андреевский-флаг/, 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.