Coder’s Eye

A site about one of the three passions in my life.

Coder’s Eye header image 4

Entries from September 2006

Stats on a larger Django project

September 29th, 2006 · No Comments

A Django website that took (a lot) more than 20 minutes. Interesting writeup of a meta-forum app, including code samples and time breakdown.
Found via Django Forums.
Technorati Tags: django

[Read more →]

Tags: Django · Python

Zyons Forum for Django

September 16th, 2006 · Comments Off

This summer, I’ve been converting my biggest site, Invisible Castle, from Cheetah to straight Cheetah templates to Django. I’m a total Django convert, as is obvious from this site.

[Read more →]

Tags: Django · Python

Pgrep and Pkill for OSX

September 13th, 2006 · 1 Comment

Usually I am satisfied by the commandline tools available in OSX.

[Read more →]

Tags: Open Source · Macintosh · Linux

A Django Killer App - Web Table Data

September 12th, 2006 · 2 Comments

Yet another great use for Django is to make trivial the creation of shared tables & forms for internal projects.

[Read more →]

Tags: OS · Tips · Django