Page not found (404)

Request Method: GET
Request URL: https://friends-events.ru/page/1/about/

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, page/1/about/, 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.