CORS_ORIGIN_ALLOW_ALL = True CSRF_COOKIE_NAME = "XSRF-TOKEN" 'DEFAULT_AUTHENTICATION_CLASSES': ( 'rest_framework.authentication.BasicAuthentication', 'rest_framework.authentication.SessionAuthentication', 'rest_framework.authentication.TokenAuthentication', )
Обсуждают сегодня