NOT NULL constraint failed issue when creating a Custom user model with oneToOne Settings Field

I’ll answer to myself…

The solution is to instance a Settings in the create_user method defined in the CustomUserManager

2 Likes