Forums

problem with admin panel

when you try to add a user error occurs: IntegrityError at /admin/auth/user/add/ (1048, "Column 'last_login' cannot be null") what is it ??? thenk's

From this and this SO posts, my guess is that your database and your code disagree about the database structure and you need to run some migrations.