Archives week 11 of 2012
March 12, 2012 - March 18, 2012
Django JQuery File Upload
Written by
on
in
Snaking.
I'm sure there must be a really nice packaging of this, but so far all I've found is example projects that don't quite do what I'd want... so here's the basic setup; you have a Django model with File fields that you want to convert to using JQuery File Upload. For now, we'll assume you ...
Build PIL on a custom Python2.6 on recent Ubuntu
Written by
on
in
Snaking.
If you need PIL in your custom Python 2.6 build (your build needs to be custom if you want to target LTS Ubuntu Server's default Python while working on a more recent Ubuntu), you will likely find your PIL build doesn't work (because, of course, you have a 64-bit build of Ubuntu and the libraries ...