rubbish
rubbish
REST_FRAMEWORK = { "DEFAULT_RENDERER_CLASSES": ( "rest_framework.renderers.JSONRenderer", ), 'DEFAULT_AUTHENTICATION_CLASSES': ( 'rest_framework.authentication.BasicAuthentication', # 'rest_framework.authentication.SessionAuthentication', # 'rest_framework.authentication.TokenAuthentication', # 'user.authentication.RedisAuthentication', 'rest_framework_jwt.authentication.JSONWebTokenAuthentication', ), 'DEFAULT_THROTTLE_CLASSES': ( 'rest_framework.throttling.AnonRateThrottle', 'rest_framework.throttling.UserRateThrottle' ), 'DEFAULT_THROTTLE_RATES': { 'anon': '2/hour', 'user': '50/hour' },...
deb_permission 分支, 0 info it worked if it ends with ok 1 verbose cli [ '/home/ivan/.nvm/versions/node/v10.16.3/bin/node', 1 verbose cli '/home/ivan/.nvm/versions/node/v10.16.3/lib/node_modules/cnpm/node_modules/.bin/npm', 1 verbose cli '--userconfig=/home/ivan/.cnpmrc', 1 verbose cli '--disturl=https://npm.taobao.org/mirrors/node', 1 verbose...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...