Page not found (404)

Request Method: GET
Request URL: http://www.enertehno.com/ru/%25d1%2582%25d0%25be%25d0%25b2%25d0%25b0%25d1%2580/%25d0%25b0%25d0%25ba%25d0%25ba%25d1%2583%25d0%25bc%25d1%2583%25d0%25bb%25d1%258f%25d1%2582%25d0%25be%25d1%2580-fiamm-12-fghl-34/

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

  1. admin/
  2. admin/filebrowser/
  3. catalog/
  4. articles/ [name='article-list']
  5. <str:slug>/ [name='page-detail']
  6. articles/new/ [name='article-new']
  7. articles/<slug:slug>/ [name='article-detail']
  8. articles/<slug:slug>/edit/ [name='article-update']
  9. articles/<slug:slug>/delete/ [name='article-delete']
  10. [name='home-page']
  11. tinymce/
  12. ^static/(?P<path>.*)$
  13. ^media/(?P<path>.*)$

The current path, ru/%d1%82%d0%be%d0%b2%d0%b0%d1%80/%d0%b0%d0%ba%d0%ba%d1%83%d0%bc%d1%83%d0%bb%d1%8f%d1%82%d0%be%d1%80-fiamm-12-fghl-34/, 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.