How to write reusable apps
use model inheritance and make sure you display your models properly
def render(obj, template_name, ...): template_list = ( '%s/%s' % (obj._meta, template_name), template_name )
keep defaults sane
Lightning Talks
Fractal Architectures
Enter search terms or a module, class or function name.