[Answered ]-Django: ValueError: too many values to unpack on User model 16 December 2023 by thecoderscamp.com 2👍 Try with this: user = User.objects.get(**kwargs) Notice the extra * 👤Gocht [Answered ]-How to add Css and Js files in Django python Source:stackexchange.com