Django error message: [“’on’ value must be either True or False.”]
Reading Time: < 1 minutes This error occurs in multiple use cases, the following is one use cases which i faced, The usecase is when you use custom user model, and you are creating the migrations from the beginning on…

