Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

django error column last_login cannot be null

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
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #django #error #column #null
ADD COMMENT
Topic
Name
3+4 =