[Django] UserManager create_user failing with 'NoneType' object not callable

snusun·2021년 7월 29일
0

Plip 개발일지

목록 보기
10/25

https://stackoverflow.com/questions/38817805/django-usermanager-create-user-failing-with-nonetype-object-not-callable

UserManager.create_user(~~)

하면 'NoneType' object not callable가 발생하고

User.objects.create_user(~~)

해야 에러가 발생하지 않는다. User의 object를 받아 nonetype을 벗어나나보다.

profile
대학생 근데 이제 컴공을 곁들인

0개의 댓글