Page not found (404)

Request Method: GET
Request URL: http://www.dnevnik-diabetika.ru/stateiki/gipoglikemiya-kak-ya-s-nejj-borolsya.html?replytocom=1088

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

  1. admin/
  2. api/api-auth/
  3. api/token/ [name='token_obtain_pair']
  4. api/token/refresh/ [name='token_refresh']
  5. api/auth/
  6. api/auth/
  7. api/logout/
  8. api/subscription/
  9. api/community/
  10. front/
  11. api/
  12. ^media/(?P<path>.*)$

The current path, stateiki/gipoglikemiya-kak-ya-s-nejj-borolsya.html, 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.