More Django

August 26th, 2005

After writing a response to a comment left by Adrian from the Django Project, I got to thinking, and decided to try the mod_python method of hosting a Django application.

It appears that the problem isn’t necessarily with Django, but python is missing something. I’m still new to python, so it could have been my gaff.

I’ll have to research this some more.

Update: I updated via SVN today, and that opened up a whole new can of worms. The model structure has changed, breaking it in another way. After further research, Hugo let me know that Django will NOT work on mod_python 2.x on Apache 1, it needs mod_python 3+ and Apache 2. I’m still not seeing this in the documentation, but I could just be missing it.

Leave a Reply

You must be logged in to post a comment.