Page not found (404)

No Post matches the given query.
Request Method: GET
Request URL: https://kamtur.ru/company/payment.php/
Raised by: main.views.PostDetail

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

The current path, company/payment.php/, 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.