How to Write Reusable Apps for Pinax and Django
Posted on January 15th, 2009 by Greg Allard in Django, OpenID, Programming | Comments
Pinax is a collection of reusable django apps that brings together features that are common to many websites. It allows developers to focus on what makes their site unique. Here is an example of adding your own functionality to Pinax. It will also be an example of writing a reusable app since every individual app [...]