Re: Creating User object with is_active = False

2015-05-03 Thread Vijay Khemlani
The line that's failing is not for the User model, but for the BeeradUser model. Assuming this is your same model http://stackoverflow.com/questions/29913814/creating-new-account-with-or-without-modelforms-and-designing-with-html-css Then I guess you have a "is_active" field in the BeeradUser mo

Creating User object with is_active = False

2015-05-03 Thread bradford li
I posted the same question on stackoverflow if anyone wants to answer it there. I am trying to create a builtin User object that has `is_active = False` but I am getting this error: null value in column "is_active" violates not-null constraint Traceback: File "/Library/Python/2.7/site-