AttributeError at /admin/ logging into the default Admin site.

2010-09-02 Thread daniel.osterme...@gmail.com
Hi, Ive been running into a problem lately (not sure when it started) where I receive an AttributeError when logging into the admin site. The circumstances seem to be that I start the application, go to the admin site (and log in successfully), navigate around the rest of the application (which do

AttributeError at /admin/ when logging into the default Admin site.

2010-09-02 Thread daniel.osterme...@gmail.com
Hi, Ive been running into a problem lately (not sure when it started) where I receive an AttributeError when logging into the admin site. The circumstances seem to be that I start the application, go to the admin site (and log in successfully), navigate around the rest of the application (which doe

Re: AttributeError at /admin/ when logging into the default Admin site.

2010-09-03 Thread daniel.osterme...@gmail.com
>   do you run into the same problem if you remove that 'optiver' stuff? I can not say that I have tried. That is the application that I am developing. The only point of interest in it would be that non of the views require a login, and whilst I make use of the request.session, I've checked and

Re: AttributeError at /admin/ when logging into the default Admin site.

2010-09-06 Thread daniel.osterme...@gmail.com
>     This sounds suspicious to me. There is actually no "installation" > procedure for Python stuff. It's all about priority in the sys.path, or > PYTHON_PATH, environment variable. So you might experience glitches because > some bits of 1.2 are used together with some other bits of 1.0. > > C

Re: AttributeError at /admin/ when logging into the default Admin site.

2010-09-06 Thread daniel.osterme...@gmail.com
I have now seen this happen with other data that has expired in the session. What I am seeing is that any key:value pair that times out when stored in the request.session is replaced by key:True Is this expected behaviour? -Daniel -- You received this message because you are subscribed to the