.htaccess & security

2007-02-23 Thread Veloz
Hi My question first: If you use an .htaccess file to hold the reqiured mod_python directives for a given Django project, is it really that unsafe to store the project inside the web server's directory structure? I.e., doesn't the "SetHandler mod_python" tell apache to direct all requests for

Re: python 2.4 v 2.5 and DJANGO_SETTINGS_MODULE

2007-02-20 Thread Veloz
Thanks so much for this. That clears up a LOT. Michael On Feb 19, 4:38 pm, "Waylan Limberg" <[EMAIL PROTECTED]> wrote: > On Mon, 19 Feb 2007 15:58:37 -0500, Veloz <[EMAIL PROTECTED]> wrote: > > > Hi there > > > A couple weeks back I ev

python 2.4 v 2.5 and DJANGO_SETTINGS_MODULE

2007-02-19 Thread Veloz
Hi there A couple weeks back I evaluated Django under Python 2.4. I followed the installation instructions and all went well. Recently we upgraded from python 2.4 on the server to python 2.5, and at that point, my Django stopped working. (The 2.4 version of Python came either installed with