When writing in Python django in admin mode, when entering the field and confirming, the error "IntegrityError at / admin / polls / choice / add / NOT NULL constraint failed: polls_choice.votes" pops up. I can provide any code. I am writing on django for the first time, but I haven’t found a solution on the Internet. The code adds a survey to the site.

  • one
    Give the problem code. Admin, model, description of what you are doing. - m9_psy

1 answer 1

This is a database problem. Most likely you are trying to write null, in python it is None, in a cell of votes.