Page not found (404)

Request Method: GET
Request URL: https://fc-forte.ru/y/mail.ru

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

  1. admin/
  2. c/
  3. s/
  4. a/
  5. y/ about
  6. y/ reg
  7. y/ team
  8. y/ team/<int:pk>
  9. y/ coaches
  10. y/ news
  11. index/
  12. stadium/
  13. news/
  14. contacts/
  15. callback
  16. rvp

The current path, y/mail.ru, 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.