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
提交
取消