Archive | Tutorials

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

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

Secure Logins with Challenge-Response

Background No matter how securely you code your site, someone with a valid password can access that which you mean to keep private. The best

Jan 14th, 2007No Comments
Page 1 of 212»