http://127.0.0.1:8000/api-auth/login/ 登錄之后報錯,
Page not found?(404)
Request Method: | GET |
---|---|
Request URL: | http://127.0.0.1:8000/accounts/profile/ |
Using the URLconf defined in?dj_drf.urls
, Django tried these URL patterns, in this order:
admin/
api-auth/
course/
The current path,?accounts/profile/
, didn't match any of these.
2021-05-21
dj_drf.urls路由是不是有問題,提示路徑無法匹配~