Mar 312012
 

There are literally hundreds of posts that go over all the various ways to manage your dot files with git. MostĀ involve creating a new git repository in your home directory, which can be–at the very least–annoying. Others involve shifting the GIT_DIR environment variableĀ (i.e., the location of the .git directory) into another path, which is better, [...]

Jan 262011
 

repoze.who is great for using authentication within your site, but the documentation is woefully incomplete as to how to actually implement the plugin. And although the Pylons book and wiki contain sparse examples of how to set up your project, they’re still lacking in several key features. Since I’ve spent quite some time working on [...]