drf token auth example:博客文章“ Django REST Framework令牌认证示例”中的代码示例 源码
Django REST框架令牌认证示例 的教程中使用的代码示例。 在本地运行项目 首先,将存储库克隆到本地计算机: git clone https://github.com/sibtc/drf-token-auth-example.git 安装要求: pip install -r requirements.txt 应用迁移: python manage.py migrate 最后,运行开发服务器: python manage.py runserver API端点将在127.0.0.1:8000可用。 执照 源代码根据。
文件列表
drf-token-auth-example-master.zip
(预估有个16文件)
drf-token-auth-example-master
LICENSE
1KB
requirements.txt
41B
manage.py
537B
.gitignore
26B
README.md
1KB
myapi
core
models.py
57B
apps.py
83B
暂无评论