Page not found (404)

Request Method: GET
Request URL: https://zabor-tver.ru/portfolio/ul_nakhimova/i

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

  1. [name='index']
  2. products/<slug:slug>/ [name='product']
  3. m/ [name='mobile_index']
  4. product/m/ [name='mobile_product']
  5. products/<slug:slug>/m/ [name='mobile_detail_product']
  6. about/m/ [name='mobile_about']
  7. company/m/ [name='mobile_company']
  8. portfolio/m/ [name='mobile_portfolio_projects']
  9. portfolio/detail/<slug:slug>/m/ [name='mobile_portfolio_detail']
  10. search/m/ [name='mobile_search']
  11. portfolio/ [name='portfolio']
  12. portfolio/<slug:slug>/ [name='post_portfolio']
  13. contacts/ [name='contacts']
  14. stock/ [name='stock']
  15. company/ [name='company']
  16. news/ [name='index_news']
  17. news/<slug:slug>/ [name='single_news']
  18. search/ [name='search']
  19. admin/
  20. robots.txt
  21. sitemap.xml
  22. ^media/(?P<path>.*)$

The current path, portfolio/ul_nakhimova/i, 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.