Hello, I know there are a bunch of threads on this topic (on stacked overflow at least), but I am having trouble understanding something.
In this post:
post that HttpResponseRedirect should be used. I understand that it may be "cleaner" to do this, but I was wondering how best to pass variables in so the next template/view will have access to it.
I don't want want to pass it in through the URL since users will be typing in a location and I don't want my URL to be like pasadena-california-91006. Is there another way to pass through the information
I want passed on (in this case a simple geographic location such as a city or zip code)? Again, I know I can do it with render, but the linked post suggests otherwise.
The writer of hte post also said that, in the context of render_to_response that it should be used <b> most of the time. <b>
Help would be appreciated, thanks!