Page not found (404)

Request Method: GET
Request URL: https://kamtur.ru/company/news/oplata-uslug-kam-tur-cherez-sberbank-on-layn.php

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

  1. admin/
  2. robots.txt
  3. offices/
  4. help/<str:category>/ [name='help']
  5. <str:category>/ [name='category']
  6. <str:category>/<str:slug>/ [name='detail']
  7. tinymce/
  8. ^media/(?P<path>.*)$
  9. ^media/(?P<path>.*)$

The current path, company/news/oplata-uslug-kam-tur-cherez-sberbank-on-layn.php, 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.