Django POST 500 error

NOT NULL constraint failed: auth_user.password - 我爱学习网(5axxw.com)

django.db.utils.IntegrityError: NOT NULL constraint failed: auth_user.password

Because the key I passed in the post is Password, but django receives the password, so I can't find it. . .

The solution is to change to consistent

It is also possible that the username already exists

Guess you like

Origin blog.csdn.net/u012863565/article/details/123410085