Archive for the ‘Django’ Category

Theme days 3, 4 and 5

So, theme days… Lots of themes I forgot to post (more like I didn’t really have the time)
Theme for day 3
So, day 3 was another cleaning day. It wasn’t really intended to be a cleaning day, but since my mom really wanted to get my desk out of the house and replace it with a [...]

Read the rest of this entry »

The big I’m going to fosdem post!

And, yes, undoubtedly, I’m going to fosdem next year (2009).
Therefore, the next banner will be present on the website during all that time.

Be there, or stop visiting codercpf.be!

Read the rest of this entry »

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 to write [...]

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 method inside the [...]

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 out if I [...]

Read the rest of this entry »