Page not found (404)

No Help matches the given query.
Request Method: GET
Request URL: https://derzn.ru/help/32
Raised by: help.views.help_view

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

  1. [name='main-redirect']
  2. custom-admin/
  3. admin/
  4. drevo/
  5. users/
  6. help/ [name='help']
  7. help/ <int:pk> [name='help']

The current path, help/32, 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.