The django.http.HttpRequest object in the manage.py shell does not have a GET or POST attribute. Is there really no way of setting the same POST or GET data as in my Django views from one of its urls to a QueryDict in the manage.py shell?
The django.http.HttpRequest object in the manage.py shell does not have a GET or POST
Share
Can you paste what you are typing? I’m able to add data to the
GETdictionary.