Forbidden - install django under apache + modpython on windows...

2008-11-12 Thread durumdara
Hi! I have this problem: I set up the site by the djangobook in apache config. Everything is working but /img/ dir (media files) not. I used the Location directive, but it isn't working for me. After I set the DocumentRoot to point the docroot, I got 403 error. For the root ("/") too. Why???

Re: DJANGO and modpy reloading hell...

2007-04-13 Thread durumdara
Hi! On Apr 13, 2:00 pm, "Luciano Adamiak" <[EMAIL PROTECTED]> wrote: > Just set "MaxRequestsPerChild 1" in your httpd.conf > And this parameter is used for whole webserver, or I can set it by virtualhosts? (The last solution is better, because the server is handle 15 site... (python and php)).

DJANGO and modpy reloading hell...

2007-04-13 Thread durumdara
Hi ! I want to substitute my modpy based website to any framework system, but I have a question: The development under modpy sometimes became very hard, because the python in the normal working mode does not reload the modules are loaded before. But in web development when we change something i

DBISAM (or other ODBC, or native) DataBase connections...

2007-04-12 Thread durumdara
Hi! We have been used our owned modpy web applications without any frameworks. Now we want to use (and test) some framework, like django, pylons, or other. We used DBISAM ODBC connections in out sites. Can django handle these connections as normal db connections? Can we use other native databa