Hi,
just a quick note... the port (112211) wrong only on your email, or in
the settings file too?
> CACHE_BACKEND = 'memcached://127.0.0.1:112211/'
Paolo
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django use
On Mon, Jun 30, 2008 at 5:36 PM, Bobby Roberts <[EMAIL PROTECTED]> wrote:
> ok assuming i use a HttpResponseRedirect, how would I pull the session
> variables into the template?
HttpResponseRedirect does not use a template. The response is a 302
code to the browser, not an html page, to tell the
On Mon, Jun 30, 2008 at 5:14 PM, Ayaz Ahmed Khan
<[EMAIL PROTECTED]> wrote:
>
> On Jun 30, 8:05 pm, "Paolo Ambrosio" <[EMAIL PROTECTED]>
> wrote:
>> On Mon, Jun 30, 2008 at 4:52 PM, Ayaz Ahmed Khan
>>
>> <[EMAIL PROTECTED]> wrote:
>>
On Mon, Jun 30, 2008 at 4:52 PM, Ayaz Ahmed Khan
<[EMAIL PROTECTED]> wrote:
> [...] The variable "next"
> does have that particular value (I verified both by printing it out
> and by making sure {% if next %} evaluates to True). However, the
> "ifequal" expression just doesn't work.
Are you pa
On Mon, Jun 30, 2008 at 4:50 PM, Bobby Roberts <[EMAIL PROTECTED]> wrote:
> when form1 is_valid, the view saves form1 to session variables then
> redirects to step2 as follows:
>
> return render_to_response("step2.html",'form': form},
> context_instance=RequestContext(request))
>
>
> The main iss
5 matches
Mail list logo