猿问

请问^users/$ [name='user-list']是什么意思?

Using the URLconf defined in fishBooked.urls, Django tried these URL patterns, in this order:
^admin/
^api-auth/
^ ^users/$ [name='user-list']
^ ^users\.(?P<format>[a-z0-9]+)/?$ [name='user-list']
^ ^$ [name='api-root']
^ ^\.(?P<format>[a-z0-9]+)/?$ [name='api-root']
The current path, users/list, didn't match any of these.

请问^users/$ [name='user-list']是什么意思,特别是后面的[name='user-list']不懂(⊙﹏⊙)

无无法师
浏览 2589回答 1
1回答

蛋肠加辣不要葱

^这是正则表达式的开头,$则为结束标记.^users/$是匹配users这个路由,即URL,后面的[name='user-list']是传递的参数
随时随地看视频慕课网APP

相关分类

Python
我要回答