converting tabs to spaces in vi
This is mostly for my own personal reference - just one of those little things I use frequently and always forget how to set up:
If you're writing Python, then you know that indentation is, uhm, somewhat important. Mkay. I use four space indentation as a standard, but ...
Read More
If you're writing Python, then you know that indentation is, uhm, somewhat important. Mkay. I use four space indentation as a standard, but ...
Read More
SVN on Mac OS X
It's a few years old, but this article on downloading and installing svn for OS X is still the best and most useful:
Building Subversion (SVN) on Mac OS X [Hive Logic]
Installing is the hard part - once you've got installed, it's just a few easy steps to ...
Read More
Multiple database connection: a simple use case
A few days ago, I posted (here and on Google's Django Users group) about my particular multi-DB situation. In brief, we have two different projects (and possibly more going forward) that have unique codebases and separate databases, but will share at least one object, a common type of content.
Read More
Read More





