Page not found (404)

No Redirect matches the given query.
Request Method: GET
Request URL: http://gek.kiev.ua/trust/54
Raised by: landing.views.redirect_view

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

  1. ^$ [name='main']
  2. ^search/[\w-]*$ [name='main']
  3. superadmin/
  4. ^users/
  5. ^common/
  6. ^admin/
  7. ^ckeditor/
  8. ^articles/
  9. ^services/
  10. ^objects/
  11. ^trust/ ^$ [name='trust']
  12. ^contacts/
  13. ^video/
  14. favorites/
  15. plan/
  16. tests/
  17. save-application/$ [name='save_application']
  18. ^media/(?P<path>.*)$
  19. ^static/(?P<path>.*)$
  20. ^ ^(?P<slug>[\w-]+) [name='landing']

The current path, trust/54, 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.