Entries tagged with django

Writing simple templatetags is only marginally less painful that writing complex tags. django-simpletags aims at making writing simple tags simple.

Object-oriented programming stresses the idea of code reuse, through concepts like inheritance and polymorphism. View programming in django can sometimes get a boost from class-based design.

How to implement self-referencing many-to-many relationships in Django. Example use cases are modeling asymmetrical following (a-la twitter) or symmetrical friendship (a-la facebook).

Django uses several types of registration patterns for some of its most notable features. This entry looks at the way django implements its different types of registries.

django-github is a Django app for integration with GitHub.