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']不懂(⊙﹏⊙)
蛋肠加辣不要葱
相关分类