Entries filed under 'Django'.

How to always exclude specific Django applications from unit testing

Sometimes your Django project will include applications whose unit tests will never pass. In this post, I will explain a quick fix for this, and, probably more usefully, try to explain how and why I developed the code.

Read more...

Using Munin to monitor trends on a Django site

A common requirement is to track changing trends: are visitors signing up? Has there been a sudden spike in forum posts? After spending some time rolling out my own solutions, I suddenly woke up and realised that I could use Munin to produce graphs like this:

Munin graph example

Read more...