Blog Archive for August 30, 2010

Book: Django 1.1 Testing and Debugging

August 30, 2010

If you're working with Django, get a copy of this book and read it cover to cover. Django 1.1 Testing and Debugging is an excellent tour through the functionality available to test Django applications. It also covers in depth what debugging tools are available and how to use them.

One …

Database Django Templates

August 30, 2010

The MyBandSite product has multiple websites running on the same codebase. These websites all have different styling and use Django's sites framework to store their information in the same database.

Most of the site templates are stored on disk as normal Django templates, and are therefore picked up using the …