1

I want to modify request.query_params from the django view, to add new parameters I send a request

   / api / users /? search = users

from my view I get

   request.query_params

which returns a querydict, well what I want is to add search = users to request.query_params but from my view, any ideas?

code

0 Answers0