
Django | auth_user.last_login ERROR
When tried to create super user using the command python manage.py createsuperuser, it takes all the inputs correctly but throws below error at last. ERROR: Django.db.utils.IntegrityError: NOT NULL constraint failed: auth_user.last_login SOLUTION: python manage.py...