Django: Querying data from the Python shell
April 13th, 2009 by Geoffrey Hing | No Comments
I needed to get some stats for some research that we’re doing and was happy to see that you can use Django and the python shell to query testament data in a way that’s database independent. It’s a little unintuitive if you’re thinking in SQL mode, but it is usable and super-helpful. I wanted to [...]
