Installing Pycairo on Mountain Lion
Tuesday, September 04, 2012 (permalink)
Pycairo is the binding for the cairo graphics library. It's also not something you can get running with a simple pip install py2cairo. After many hours of working the search engines and dancing to the configure/make/make install melody, I figured out an answer that worked for me ...
Read more ...Django Requirements 2012-08-15
Wednesday, August 15, 2012 (permalink)
A little over three months ago I blogged about my preferred requirements list. It's now nearly the eve of Django Dash, and I feel it's time to update the list. I'm going to bump the versions on some of the existing packages and add some new ones ...
Read more ...Django Requirements for a project
Wednesday, May 09, 2012 (permalink)
Today I'm starting a new project. I'm working as fast as I can and hope to launch on Friday. What are my package dependencies?
Django==1.4
Unlike my last quick project which was Flask, this effort really falls into Django's sweet spot. I need sessions, forms ...
