Viewing posts tagged Mac
July 7th, 2010 In: None By: Brad Montgomery 3 comments
There's this cool project called django-extensions that (among other things) adds a lot of commands to django'smanage.py offerings. One of which is ./manage.py graph_models [appname] which will generate a nice graph displaying the relationships among all of your Models. This comand needs pyGraphViz, though, and I was a little disappointed when i discovered I couldn't install pyGraphViz with pip install pygraphviz. (ok, a lot disappointed). Feb. 2th, 2010 In: None By: Brad Montgomery 4 comments
There are several places online that discuss problems installing PIL on Mac OS X Snow LeopardJan. 1th, 2010 In: None By: Brad Montgomery 1 comment
My Macbook Pro is my main machine. At the office, I connect it to a 20" Cinema display. At home, I connect it to a 24" Samsung Monitory (Model 2494SW Glossy Black, which I really like, btw.)Sept. 9th, 2009 In: None By: Brad Montgomery 5 comments
I started using mercurial around version 1.2, and I'm pretty sure I used the Mac OS X installer (from http://mercurial.berkwood.com/) to install 1.2.1. This placed hg in /Library/Frameworks/Python.framework/Versions/Current/bin/.Sept. 9th, 2008 In: None By: Brad Montgomery 1 comment
My hosting provider offers PHP4 and PHP5. Unfortunately, all files ending in .php get interpreted by PHP4, while all files ending in .php5 get interpreted by PHP5. So, how do I quickly change all of my files that end in .php to .php5?