Kolom kesalahan Django Last_login tidak bisa menjadi nol

Make sure you have run all the migrations for the auth app. 
There is a migration 0005_alter_user_last_login_null.py that makes 
the last_login field optional
MitchAloha