Archive for the ‘python’ Category

Django on apache + mod_fastcgi

Today I was configuring apache(2) under mod_fastcgi to get my django project working on it. It was requested since the testing would go on a similar-to-deployment method. So, I followed the guides at djangoproject but, as it seemed, I had some issues. Some were my own problem, some were not. After fixing them, I decided [...]

Read the rest of this entry »

Django + AJAX

With the past project, I’ve been using django all the way. Given the requirements for that project, I judged that we were going to be needing a lot of AJAX, and I immediatelly started looking around for ways to do this. Luckily, it was found pretty quickly. The is_ajax method Conveniently enough: django provides a [...]

Read the rest of this entry »

Using python?

While on my quest for a proper framework, which in the end I would like to use all the time, I stumbled upon django. “Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design.” This is how they describe the project. And quite correctly that is. While trying to figure [...]

Read the rest of this entry »