Re: SOLVED almost got django app to work on apache 2.2 and mod_python

2006-11-15 Thread Benedict Verheyen
I solved it by just starting over with copying my project from the development dir to the server dir. Then i fiddled with the pythonpath and got it to work. I added the personal notes i took when solving the issue. Mind that sometimes there might not be lot's of info but as i said, these are my p

Re: almost got django app to work on apache 2.2 and mod_python

2006-11-14 Thread Benedict Verheyen
Benedict Verheyen schreef: I was able to remove the settings.py, manage.py and urls.py from the D:\sitesdjango\ directory by correctly using a .pth file in site-packages. The content of the gema.pth file is set to D:\sitesdjango\gema But then all the don't work and the layout is gone. Any more i

almost got django app to work on apache 2.2 and mod_python

2006-11-14 Thread Benedict Verheyen
Hi, After developing my app, i want to serve it from apache. Apache & mod_python work but my app doesn't behave like it should. Probably a urls.py error? I searched the archive but haven't been able to solve it. It seems to find my settings (judging from the params displayed on the error page) b