Page not found (404)

Request Method: GET
Request URL: http://prom-exp.ru/articles/construction_examination_of_buildings/

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

  1. ^media/(?P<path>.*)$
  2. ^media\/static\/(?P<path>.*)$
  3. ^admin/doc/
  4. ^admin/
  5. ^robots\.txt$
  6. ^redactor/
  7. ^ajax/$ [name='ajax']
  8. ^projects/(?P<slug>.*)/$ [name='project_detail']
  9. ^projects/ [name='project_list']
  10. ^news/(?P<slug>.*)/$ [name='news_detail']
  11. ^news/ [name='news_list']
  12. ^sitemap\.xml$
  13. ^ ^uslugi/obj/(?P<slug>.*)/$ [name='service_detail']
  14. ^ ^uslugi/$ [name='service_list']
  15. ^ ^(?P<slug>[0-9A-Za-z-_.//]+)/$ [name='pages-details-by-slug']
  16. ^ ^$ [name='pages-root']
  17. ^media\/(?P<path>.*)$

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