Working with the Django admin and legacy databases, pt.1

Posted by: barbara | Date: Apr 16, 2009 | Category: django | Comments: 3

This is most likely going to be at least a three-parter, and I'm not getting into any code samples in this first one. I just wanted to give some background into the project I'm working on, so feel free to skip ahead.

As of this writing, I'm working at a ...

Read More

Generating seed data for PHPUnit tests

Posted by: barbara | Date: Apr 16, 2009 | Category: python | Comments: 0
I'm working on a pretty massive test harness for a custom framework extension - I won't bore anyone with the details, but I'm using PHPUnit, and for our particular implementation I needed to generate large numbers of XML files to seed a test database with about 80 tables. Two things ...

Read More