Software Development Videos and Tutorials: Java, .NET, Ruby, Python, JavaScript, Agile, Software Testing
 
Building Reusable Applications with Django

Building Reusable Applications with Django

At the DjangoConf 2008 edition, James Bennett presents a talk on how to build reusable applications. He proposes 4 simple principles to achieve this goal:
* Do one thing, and do it well.
* Don’t be afraid of multiple apps.
* Write for flexibility.
* Build to distribute.

Slides of the presentation