Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8669849
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T18:34:31+00:00 2026-06-12T18:34:31+00:00

The django.http.HttpRequest object in the manage.py shell does not have a GET or POST

  • 0

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?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T18:34:32+00:00Added an answer on June 12, 2026 at 6:34 pm

    Can you paste what you are typing? I’m able to add data to the GET dictionary.

    (stackoverflow)➜  my_project  python ./manage.py shell
    Type "help", "copyright", "credits" or "license" for more information.
    (InteractiveConsole)
    >>> from django.http import HttpRequest
    >>> req = HttpRequest()
    >>> print req
    <HttpRequest
    path:,
    GET:{},
    POST:{},
    COOKIES:{},
    META:{}>
    >>> req.GET['test'] = 'hello world'
    >>> print req
    <HttpRequest
    path:,
    GET:{'test': 'hello world'},
    POST:{},
    COOKIES:{},
    META:{}>
    >>>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Using django comments framework http://docs.djangoproject.com/en/dev/ref/contrib/comments/ Not sure is there option, to make all comments
I have a view login() : from django.http import HttpRequest from useraccounts.models import BadIP
I have a django view that returns HTTP 301 on a curl request: grapefruit:~
I have the following models: http://slexy.org/view/s20T8yOiKZ from mxutils.cms_services import generate_secid from django.db import models
I need a way to distinguish development server in Django (run eg. by ./manage.py
so I have been playing around with django for a bit and I really
i have a django form which generates the qrcode, the form does show up
I've built a web service using Django-Piston that allows for POST and GET requests.
I am trying to get my Django app (NOT using Google app engine) retrieve
I have this code in my views.py: from django.http import HttpResponse, Http404 from django.shortcuts

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.