jeffhg58 schrieb:
> I am having difficulty trying to test out the content of the main
> window because it returns the status code
> of 302. Here is the snippet of my view. So, when I first call the
> search_form the request falls out of the
> if request. GET. Does anyone have an idea on how I can test the
> content of this page?
>
>   

302 is redirect. There is no content.

You hit this line:
>                   return HttpResponseRedirect('/resultsdb/newresults')
>   


-- 
Thomas Guettler, http://www.thomas-guettler.de/
E-Mail: guettli (*) thomas-guettler + de


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to