I have tried Firefox 3.6 and Internet Explorer 8, same thing in both. And
it's Python 2.5.4.
And I use manage.py runserver against localhost so the hostname is the same
before and after login (http://localhost/...).
After login, I redirect to "/indexview/" like this;
[...]
return HttpResponseRed
What browser are you using? Is the hostname remaining the same before
and after login?
On Mar 1, 11:34 pm, boffen wrote:
> Hi, I'm trying out python+django 1.1.1 on Windows 7 and I have trouble
> getting django-registration working.
> After logging in, request.user is AnonymousUser on Windows. An
Hi, I'm trying out python+django 1.1.1 on Windows 7 and I have trouble
getting django-registration working.
After logging in, request.user is AnonymousUser on Windows. And it
works fine when I run it in Linux (request.user ends up as the one I
logged in as).
I use RequestContext. And I start it up
3 matches
Mail list logo