Tuesday, August 9, 2022

dlango MultiValueDictKeyError

I am getting an below error in module GET and POST

MultiValueDictKeyError at /user-details

'Name'

Request Method:    GET
Request URL:    http://127.0.0.1:8000/user-details
Django Version:    4.0.6
Exception Type:    MultiValueDictKeyError
Exception Value:    
'Name'
Exception Location:    C:\Users\Megha\AppData\Local\Programs\Python\Python310\lib\site-packages\django\utils\datastructures.py, line 86, in __getitem__
Python Executable:    C:\Users\Megha\AppData\Local\Programs\Python\Python310\python.exe
Python Version:    3.10.5
Python Path:    
['C:\\Users\\Megha\\django\\form',
 'C:\\Users\\Megha\\AppData\\Local\\Programs\\Python\\Python310\\python310.zip',
 'C:\\Users\\Megha\\AppData\\Local\\Programs\\Python\\Python310\\DLLs',
 '

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/d62d078b-87b7-40c3-82fe-ad203e724357n%40googlegroups.com.

No comments:

Post a Comment