标签: python-3.x django-rest-framework
我需要使用url()方法将以下正则表达式转换为path()方法。
url(r'^(?P<slug>[\w-]+)/$')
感谢和问候。