Page not found (404)

Жодні Рубрика не були знайдені по запиту
Request Method: GET
Request URL: https://gek.kh.ua/articles/7
Raised by: articles.views.SectionsDetailView

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/ ^$ [name='articles']
  9. ^articles/ more_pages$ [name='more_pages']
  10. ^articles/ ^(?P<slug>[\w-]+)$ [name='sections_detail']

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