Django raw ID fields - explained (basically)

Monday, September 22nd, 2008

Raw ID fields seem to be a really cool django feature that allows you to link one model into another and provide a pretty nice UI tool that allows your users (editorial) to select which model to include. Unfortunately a quick Google seems to return API docs (which for thicko’s like me are fairly difficult [...]

Welcome to Django!

Friday, April 11th, 2008

I’ve been getting into Django for the past month and one of the things you hear about it all the time is how user friendly it is; how easy it is to understand. This is of course great and the kind of thing a not so confident programmer like myself like to hear!
Of course sometimes [...]