Page not found (404)

Request Method: GET
Request URL: http://ozone.bsu.by/news15.htm

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

  1. admin/
  2. staff/ [name='workers-list-url']
  3. staff/<pk>/ [name='workers-detail-url']
  4. api/staff/v1/workers/
  5. api/staff/v1/workers/<int:id>/
  6. i18n/
  7. [name='main-page-url']
  8. blog/ [name='blog-page-url']
  9. blog/<int:pk>/
  10. articles/ [name='articles-page-url']
  11. articles/<int:pk>/ [name='articles-item-url']
  12. search/ [name='search-page-url']
  13. search/<int:pk>/ [name='search-item-url']
  14. devices/ [name='devices-page-url']
  15. devices/<int:pk>/ [name='devices-item-url']
  16. documents/ [name='documents-page-url']
  17. about/ [name='about-page-url']
  18. cookies/ [name='cookies-page-url']
  19. observations/ [name='observ-url']
  20. ^media/(?P<path>.*)$

The current path, news15.htm, 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.