49👍
✅
You’re using integer values with a CharField
. You have to either use the values '0'
and '1'
or change it to an IntegerField
.
👤knbk
- [Django]-Visual studio code breakpoint set to grey color & not working.error(may be excluded because of "justMyCode" option)
- [Django]-How to get OR permissions instead of AND in REST framework
- [Django]-Django update table using data from another table
Source:stackexchange.com