I have a project deployed to a server with Django 1.8 where the creation of a new user results in this error:
null value in column "last_login" violates not-null constraint
This seems to be caused by a known bug that was addressed some months back.
What do I need to do to get the fix? Or should this issue be dealt with in some other way?
I just had to create a new migration for my app:
$ ./manage.py makemigrations
$ ./manage.py migrate
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With