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']不懂(⊙﹏⊙)
添加回答
举报
0/150
提交
取消