标签: python django database authentication model
目前有django 1.9
使用它自己的内置用户模型。 我更改了登录方式可以使用用户名/电子邮件,但在注册时,我不想使用用户名。
当我开始保存时,我会向我提供UNIQUE constraint failed: auth_user.username的错误,因为必须输入该错误才会知道它。
UNIQUE constraint failed: auth_user.username
有没有办法轻易绕过它?