Despite Django already having fairly comprehensive documentation, I still sometimes see people get confused about where the code goes, or how to get up and running quickly. Since a lot of these people are on Macs, I thought it pertinent to write all the steps down to get your own Django development environment running on OS X. Important point: this will be done entirely with native OS X tools, and won’t require you to install MacPorts or any other tools. From this point on we’re going to be working almost exclusively in the terminal, so fire up Terminal.app (or iTerm, if you're that way inclined). Python and package management OS X ships with Python already (2.5 on Leopard, 2.4 on Tiger) ·
http://intranation.com/entries/2008/10/installing-django-osx/Despite Django already having fairly comprehensive documentation, I still sometimes see people get confused about where the code goes, or how to get up and running quickly. Since a lot of these people are on Macs, I thought it pertinent to write all the steps down to get your own Django development environment running on OS X. Important point: this will be done entirely with native OS X tools, and won’t require you to install MacPorts or any other tools. From this point on we’re going to be working almost exclusively in the terminal, so fire up Terminal.app (or iTerm, if you're that way inclined). Python and package management OS X ships with Python already (2.5 on Leopard, 2.4 on Tiger) ·
http://intranation.com/entries/2008/10/installing-django-osx/