📌  相关文章
📜  django rest framework default_authentication_classes - Python 代码示例

📅  最后修改于: 2022-03-11 14:46:26.981000             🧑  作者: Mango

代码示例1
'DEFAULT_AUTHENTICATION_CLASSES': [
        'rest_framework.authentication.SessionAuthentication',
        'rest_framework.authentication.BasicAuthentication'
    ]