Page not found (404)

Request Method: GET
Request URL: https://gazoil-plaza.ru/news4/

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

  1. admin/
  2. ckeditor/
  3. api/feedback/ [name='api-feedback']
  4. about/ [name='about']
  5. contacts/ [name='contacts']
  6. gallery/ [name='gallery']
  7. office-spaces/ [name='office-spaces']
  8. panorama/ [name='panorama']
  9. parking/ [name='parking']
  10. restaurant/ [name='restaurant']
  11. schemes/ [name='schemes']
  12. articles/ [name='articles']
  13. articles/<int:id>/ [name='news']
  14. documents/ [name='dataset']
  15. [name='home']
  16. ^assets\/(?P<path>.*)$
  17. ^static\/(?P<path>.*)$

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