02
Jun
Django + PostgreSQL + virtualenv Development setup for Windows 7
Here’s what you need to do Django development on Windows 7. As I go through the install, I’m writing down all the steps to make sure that I don’t miss any. I’m going to focus on: Python 2.7.1 from python.org virtualenv (manages python packages and dependencies) Visual Studio 2008 (for compiling Python addons) PostgreSQL 8.4 [...]
Continue Reading →