Всех приветствую. Не могу настроить url с кириллицей.
Вот что выводит:
Request URL: http://127.0.0.1:8000/%D1%82%D0%B5%D1%81%D1%82%D0%BE%D0%B2%D0%B0%D1%8F_%D1%81%D1%82%D1%80%D0%B0%D0%BD%D0%B8%D1%86%D0%B0/
Using the URLconf defined in rst.urls, Django tried these URL patterns, in this order:
admin/
[name='home']
<slug:slug>/ [name='article_detail']
The current path, тестовая_страница/, didn't match any of these.
Мой urls.py
path('<slug:slug>/', views.article_detail, name='article_detail')