Articles tagged with 'Django'..

You're viewing a list of articles related to Django.

Aug. 27, 2008

Django, Nginx + Memcached

Making Django play nicely for simple sites

Ok, so Django has a pretty good caching engine build right into the framework, right? So why would i be trying to implement a caching solution for my Django project? I'm a masochist. that's why. My sites are hosted on ...

Read full article + 66 comments

July 8, 2008

Akismet and Django to stop comment spam

Fighting comment spam - without punishing your users

So, as some of you may know, I built this blog from scratch in django. While the simplicity and cleanliness of having a blog that I've written the code for myself has so far been great.. there are a few ...

Read full article + 1296 comments