Re: Error messages during save() process

2008-02-17 Thread char101
On Feb 17, 10:24 pm, Eric Abrahamsen <[EMAIL PROTECTED]> wrote: > > > Have you tried to increase the proxy timeout for reading from the > > remote server? > > I have not, and would not, to my embarrassment, even know how to go   > about twiddling such a setting. Is that an Apache configuration thi

Re: Error messages during save() process

2008-02-17 Thread char101
On Feb 17, 9:54 pm, Eric Abrahamsen <[EMAIL PROTECTED]> wrote: > Proxy Error > > The proxy server received an invalid response from an upstream server. > The proxy server could not handle the request GET /wangfujing/. > > Reason: Error reading from remote server Hi, Have you tried to increase th

Re: Problem with interactive shell.

2008-02-17 Thread char101
On Feb 17, 8:50 pm, PB <[EMAIL PROTECTED]> wrote: >   File "/System/Library/Frameworks/Python.framework/Versions/2.3/lib/ > python2.3/site-packages/django/core/management.py", line 1284, in > run_shell >     code.interact() > AttributeError: 'module' object has no attribute 'interact' Hi, Python

Re: Cleaning sessions that expire at browser close

2008-02-17 Thread char101
On Feb 17, 9:15 pm, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > This is all documented. > > Look at the SESSION_EXPIRE_AT_BROWSER_CLOSE setting and the > SESSION_COOKIE_AGE setting. You don't need a last modified column, since > the expiry time is last modified + SESSION_COOKIE_AGE. Hi, Than

Cleaning sessions that expire at browser close

2008-02-17 Thread char101
Hi, I set my sessions lifetime to expire when the browser is closed. My application do not use login, the session is used to hold temporary data. Since there is no login, there is no logout, and the session is never deleted from the database. My question is how am I going to clean the unused ses

Django documentation in chm (Dec 22, 2007)

2007-12-22 Thread char101
Hi, I have created a chm format of the django docs taken from svn at Dec 22, 2007. Link: http://charupload.wordpress.com/2007/12/02/django-documentation-chm/ Note: don't right click and save as on the links because it's a link to a page on divshare, not a direct link to the file. Cheers, Charl