Page not found (404)

Request Method: GET
Request URL: https://esteistanbul.com/ru/%D1%8D%D1%81%D1%82%D0%B5%D1%82%D0%B8%D0%BA%D0%B0-%D1%82%D0%B5%D0%BB%D0%B0/

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

  1. admin/
  2. language/<str:language> [name='set-language']
  3. i18n/
  4. ru/ dashboard/
  5. ru/ [name='home']
  6. ru/ fr [name='home-fr']
  7. ru/ contact_us/ [name='contactus']
  8. ru/ <slug:slug>/ [name='page-detail']
  9. ru/ blogs/list=true/ [name='blog_list']
  10. ru/ blog/<slug:slug>/ [name='blog-detail']
  11. ru/ author/<str:username>/ [name='author']
  12. ru/ tag/<slug:slug>/ [name='blogtag']
  13. ru/ category/<slug:slug>/ [name='blogcategory']
  14. ru/ archive/<int:year>/<int:month>/ [name='archive']
  15. ru/ ckeditor/
  16. ^rosetta/
  17. ^media/(?P<path>.*)$
  18. ^static/(?P<path>.*)$

The current path, ru/эстетика-тела/, 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.