Entries tagged with python

cue is a simple queue abstraction along the lines of the command pattern, and provides django apps with a way to decouple the creation of a request from its execution.

A collection of a few snippets I've made use of recently.

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.