Skip to content
Advertisement

Can’t pass parameters in Django, giving MultiValueDictKeyError

I have gone through answers of this type of question but they don’t seem relevant for my problem.

I have a class defined as follows:

JavaScript

It also requires other inputs:

params["meta"]["xgb"] params["combined"]

And I pass them as follows:

JavaScript

I try the same in Postman by putting all these parameters in “Body” (using “raw”) but get:

JavaScript

Need help. Thanks.

Advertisement

Answer

JavaScript
User contributions licensed under: CC BY-SA
1 People found this is helpful
Advertisement