Page not found (404)

Request Method: GET
Request URL: http://fancyshot.com/portfolio-item/superjob-%25D0%25B2%25D1%2581%25D1%2591-%25D1%2580%25D0%25B0%25D0%25B2%25D0%25BD%25D0%25BE-%25D0%25BB%25D1%2583%25D1%2587%25D1%2588%25D0%25B5-%25D1%2587%25D0%25B5%25D0%25BC-%25D0%25BD%25D0%25B0-%25D1%2580%25D0%25B0%25D0%25B1%25D0%25BE%25D1%2582%25D0%25B5/

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

  1. [name='index']
  2. cases/<str:case> [name='case']
  3. case-api/<str:action> [name='case-api']
  4. hi [name='hi']
  5. thanks [name='thanks']
  6. admin/
  7. send_email/ [name='send_email']
  8. presentation [name='presentation']
  9. ^media/(?P<path>.*)$
  10. admin/
  11. ^media/(?P<path>.*)$

The current path, portfolio-item/superjob-%D0%B2%D1%81%D1%91-%D1%80%D0%B0%D0%B2%D0%BD%D0%BE-%D0%BB%D1%83%D1%87%D1%88%D0%B5-%D1%87%D0%B5%D0%BC-%D0%BD%D0%B0-%D1%80%D0%B0%D0%B1%D0%BE%D1%82%D0%B5/, 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.