ImportError: Could not import 'rest_framework_jwt.authentication.JSONWebTokenAuthentication' for API setting 'DEFAULT_AUTHENTICATION_CLASSES'. ImportError: cannot import name 'smart_text' from 'django.utils.encoding' DRF 로그인 기능 구현을 하던 중 위와 같은 오류가 발생했다. 해당 오류에 대한 여러 답변이 있었지만 나에게는 해당되지 않아 찾아보던 중 한 글을 보게 되엇다. https://www.inflearn.com/questions/482303 rest_framework_jwt를 임포트할 수 없다는 에러가 발생합니다 - 인프런 |..