https://tva1.sinaimg.cn/large/00729CCqgy1gp1qfrpi14j305k05k745.jpg

Never give up

Python学习之路-DRF基础:其他功能

认证 使用 可以在配置文件中配置全局默认的认证方案 1 2 3 4 5 6 REST_FRAMEWORK = { 'DEFAULT_AUTHENTICATION_CLASSES': ( 'rest_framework.authentication.BasicAuthentication', # 基本认证 'rest_framework.authentication.SessionAuthentication', # session认证 ) } 也可以在每个视图中通过设置auth