Page not found (404)

No Проекты found matching the query
Request Method: GET
Request URL: https://friends-events.ru/portfolio/5054/
Raised by: general.views.ViewDetail

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']

The current path, portfolio/5054/, matched the last one.

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.