Author Archive

Automated Versioned Deployments For Flask (Or Any Python) Webapps

Working at VendAsta during the day, all of the development I do is for Google App Engine. For my personal projects, however, I have been

Jan 24th, 20124 Comments
“The last packet sent” MySQL Error Installing Jira

“The last packet sent” MySQL Error Installing Jira

For tracking issues and bugs in my side work for Pinch Software, I use Jira by Atlassian. They offer a wonderful set of Starter Licenses

Nov 10th, 2010No Comments

Running JSLint in Automated Build Scripts

At VendAsta we use automated build scripts and a TeamCity server for continuous integration. Whenever someone commits code to a project, a whole suite of

May 5th, 20096 Comments

Splitting Django Models Into Separate Files

A little while ago I wrote a post about getting Django unittests to work on DreamHost. The particular problem with the DreamHost setup is that

Jan 26th, 20094 Comments

Django Unittesting on Dreamhost

The default test behaviour for a Django site creates and then destroys a whole test database on each test run. Normally this is not a problem, but the way Dreamhost has their MySQL setup running, the commands to create and drop databases are not available outside of their administration panel. What follows is the solution I have come up with and am currently using to run Django unittests with my Dreamhost MySQL databases

Dec 27th, 20083 Comments
Page 1 of 3123»