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 a new database, Django will not allow createsuperuser on the custom model. You can follow this simple solution to solve… Continue reading Django error message: [“’on’ value must be either True or False.”]