Page not found (404)

Request Method: GET
Request URL: https://www.ooo-skb.ru/partners/confident

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

  1. superuserskb/
  2. [name='home']
  3. post/<int:news_id>/ [name='news']
  4. cost-requests/ [name='cost']
  5. student-practice/ [name='student']
  6. partner/<int:partner_id>/ [name='partner']
  7. jobs-requests/ [name='jobs']
  8. partners/ [name='partners']
  9. application/ [name='application']
  10. ^media/(?P<path>.*)$

The current path, partners/confident, 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.