Oliver Walters 2019-08-29 22:00:15 +10:00
parent 42eafcb51f
commit e68a9c223d

View File

@ -152,7 +152,8 @@ REST_FRAMEWORK = {
'rest_framework.authentication.BasicAuthentication',
'rest_framework.authentication.SessionAuthentication',
'rest_framework.authentication.TokenAuthentication',
)
),
'DEFAULT_SCHEMA_CLASS': 'rest_framework.schemas.coreapi.AutoSchema'
}
WSGI_APPLICATION = 'InvenTree.wsgi.application'