Page not found (404)

Request Method: GET
Request URL: https://yug-webdesign.ru/blog/design-interior/

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

  1. msite/ [name='msite']
  2. application/ [name='application']
  3. rp/ [name='rp']
  4. crab/
  5. ckeditor/
  6. accounts/
  7. le/
  8. works/
  9. privacy-policy/
  10. prodvizhenie-saytov/
  11. [name='home']
  12. ^media/(?P<path>.*)$

The current path, blog/design-interior/, 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.