The blagotube home of Sune Kirkeby. Here are rambling rants and some bits of code.

14. Oct
2005

Django page-view counter

ibofobi.apps.fresh is a page-view counter for your Django site. It collects the statistics with a small JavaScript which calls back to your server for every page-view; inspired by Mint.

For now the only view I have is a simple referrer tracker, but all the data (timestamp, URL, referrer and user-agent) is all there in a neat little model, so more can easily be added.

See the trac page.

P.S. Kudos to anyone who can come up with a better name, it was not named in my most inspired moment…

This post was written by Sune Kirkeby on 2005-10-14, and claimed to be mostly about rambling.