| 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.
dj_drf.urls路由是不是有问题,提示路径无法匹配~