Re: Updating multiple rows with Django DB API?

2007-07-14 Thread Miguel Filho
On 7/14/07, Steven Hilton <[EMAIL PROTECTED]> wrote: > > I'm working on a web app where if a particular conditions is met in > particular object, a number of objects in another class/table need to > be altered. Basically a trigger, but I'm trying to keep all my logic > in the app for the time

Re: Avoiding HTTP 301 code using mod_python [SOLVED]

2007-07-14 Thread Miguel Filho
es" So mod_dir was returning the URL with the port, before even Django touches the URL. Disabling mod_dir solves the problem, and now the slash is appended correctly by CommonMiddleware. Thanks again for Webfaction's great support. On 7/13/07, Miguel Filho <[EMAIL PROTECTED]> wrote: &g

Re: Avoiding HTTP 301 code using mod_python

2007-07-13 Thread Miguel Filho
On 7/13/07, Chris Hoeppner <[EMAIL PROTECTED]> wrote: > > You might want to have a look at: > > http://www.djangoproject.com/documentation/settings/#append-slash > Well just for the record, I have disabled CommonMiddleware and set APPEND_SLASH to False, both changes didn't work, I still get the