Re: Threading Issues running sqlite3 in apache

2006-02-17 Thread Nicholas Matsakis
On Thu, 16 Feb 2006, Nick Matsakis wrote: > However, once I tried to run my app from within Apache, I get the > appended error. My cursory investigation leads me to believe that is > caused by accessing sqlite3 in Apache 2, which is a threaded webserver. So, I set up postgresql and now have

Re: Threading Issues running sqlite3 in apache

2006-02-17 Thread Nicholas Matsakis
On Fri, 17 Feb 2006, Nicholas Matsakis wrote: > So, I set up postgresql and now have a somewhat different problem. I can > still run my app and the admin interface using the development server > ("python manage.py runserver") but when I run from mod_python I again get &g

DirectorySlash directive in apache?

2006-02-18 Thread Nicholas Matsakis
I'm trying to get apache 2.2 to not rewrite my Django urls with a trailing slash using the "DirectorySlash Off" directive, but it seems to be ignoring it. Has anyone else seen or solved this problem? This is the relevant section of my apache.conf DirectorySlash off SetHandl

Magic-removal roadmap?

2006-02-25 Thread Nicholas Matsakis
Is there a (rough) timeframe set out for when the magic-removal branch will be merged into the trunk? Will there be a Django release before that which will incorporate all the improvements aside from the magic removal? I'm not looking for exact dates, just where these events are likely to ha