NOT NULL constraint failed

preview_player
Показать описание
NOT NULL constraint failed Using Django
Рекомендации по теме
Комментарии
Автор

New to Django and following a tutorial I ran across the same IntegrityError but instead of turning it auto_now_add = True to fix it, mine needed to be turned false to be fixed. I tried turning it true again and now its not giving me the integrity error. I have no idea what the just happened

wanitooo
Автор

i got error like NOT NULL constraint failed: users_user.last_activity". But i dont have fields like that? how can i solve this error ?

jintubigtruck
Автор

NOT NULL constraint failed: movieapp_movie.category_id, , , it shows id is null...how it fix...id is auto increment so what can i do

radhiyatk