Re: when is a Context Processor called?

2012-10-08 Thread Stefano T
ctober 2012 17:43:19 UTC+1, Stefano T wrote: > >> Hi all. >> i just discovered the context processor, and i use it for put an object >> in the request automatically, this is the code: >> >> def addProfile(request): >> try: >> user

Re: Django Admin asks password every operation

2012-10-07 Thread Stefano T
ery last rule, otherwise > it will catch every request): > url(r'^', 'earth.views.Home'), > > As for your origina question, are you sure you have your session middleware > activated? > > > > > > > > On Saturday, October 6, 2012 9:53:36 AM UTC-4, Stefano T wrote:

Re: Django Admin asks password every operation

2012-10-06 Thread Stefano T
; > Bill > > On Fri, Oct 5, 2012 at 2:15 PM, Stefano T > <stefano.tr...@gmail.com > wrote: > > wait i may have spotted out the problem: > > if i've an app, is this the correct url pattern for the homepage? > > > > url(r'^', 'earth.views.Home'),

Re: Django Admin asks password every operation

2012-10-05 Thread Stefano T
wait i may have spotted out the problem: if i've an app, is this the correct url pattern for the homepage? url(r'^', 'earth.views.Home'), or does it take ll the urls? On Friday, October 5, 2012 8:10:09 PM UTC+2, Stefano T wrote: > > i didn't est SESSION_COOKIE_AGE anywhere, so i s

Re: Django Admin asks password every operation

2012-10-05 Thread Stefano T
:32:16 PM UTC+2, larry@gmail.com wrote: > > On Fri, Oct 5, 2012 at 10:57 AM, Stefano T > <stefano.tr...@gmail.com > wrote: > > Hi all. > > i'm new to django and i'm facing a problem i can't solve so far. > > Basically, when i log in in the admin part, ev

Django Admin asks password every operation

2012-10-05 Thread Stefano T
Hi all. i'm new to django and i'm facing a problem i can't solve so far. Basically, when i log in in the admin part, every operation i do it ask me for the login. doesn't matter which browser i user, it's always the same. at the beginning it was acting normally: once logged in i stay logged in