(2022.11.04) Today I Learned_Day-46

imRound·2022년 11월 6일
0
post-thumbnail

PostMan에서 http://127.0.0.1:8000/user/api/token/로 로그인 시

{
"detail":"No active account found with the given credentials"
}

Error가 나왔다.

해당 이유는 setting.py에 UTH_USER_MODEL = 'user.User’ 를 집어넣지 않아서 생긴 문제였다.

AUTH_USER_MODEL = 'user.User’

해결 완료!

profile
Django 개발자

0개의 댓글