我正在使用的第一个示例(版本2)。我遵循了安装和示例说明,但是当我在浏览器中按照的指示打开API时,我会得到如下错误。我做错了什么?这个例子看上去很基本。Request Method: GET Using the URLconf defined in conf.urls, Django tried these URL patterns, in this order:
^ad
我想用laravel启动一个restAPI项目,使用JWT作为身份验证系统。有一个用于使用JWT身份验证的djangorest框架的包。在djangorestframework-simplejwt文档中,向urls.py添加了两个路径:api/token/ and api/token/refresh/
对于授权用户,哪种资源是最好的</e
我正在尝试实现django-rest-auth,但是url无法识别并抛出404错误。'rest_auth‘被添加到INSTALLED_APPS中,路径也包含在urls.py文件中。Request URL: http://127.0.0.1:8000/api/v1/rest-auth/login/
Using the URLconf defined in blog_project.<em