# cadmin **Repository Path**: xhochipe/cadmin ## Basic Information - **Project Name**: cadmin - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-12-12 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # cadmin 刚开始的时候在浏览器访问http://127.0.0.1:8000/docs/会提示没有相应的权限的问题 因为是所有的接口都不是可以正常访问的,只有设置了相应的接口后访问就正常了 坑二: REST_FRAMEWORK = { 'DEFAULT_PERMISSION_CLASSES': ( 'rest_framework.permissions.IsAuthenticated', ) } 坑二: error日志记录不到