Skip to content
This repository has been archived by the owner on Oct 5, 2022. It is now read-only.

Exception Type: MultiValueDictKeyError #64

Open
krsanzeev opened this issue Nov 3, 2019 · 3 comments
Open

Exception Type: MultiValueDictKeyError #64

krsanzeev opened this issue Nov 3, 2019 · 3 comments

Comments

@krsanzeev
Copy link

def page(request):
# a = int(request.GET['num1'])
# b = int(request.GET['num2'])

# val = a + b
val1 = request.POST['num1']
a = int(val1)
val2 = request.POST['num2']
b = int(val2)

return render(request,'khushi/block.html',{'result':val})

#its very ..hard to solve this stupid..proble...last night waas working properly...now again showing same problem

@krsanzeev
Copy link
Author

tried evey posibilities to solve...but still getting error

@kaedroho
Copy link
Collaborator

kaedroho commented Nov 4, 2019

Please could you give more detail, such as:

  • What your page model and panels configuration looks like
  • A traceback of the error

The code you posted above doesn't seem relevant to me, so please give some context.

@krsanzeev
Copy link
Author

krsanzeev commented Nov 5, 2019 via email

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants