YUAYU
2021-04-11 23:31
| 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路由是不是有问题,提示路径无法匹配~
Django REST framework前后端分离框架实践
7278 学习 · 35 问题
相似问题