Moving the django-audioplayer from a private SVN to Google Code

The Django template tag for integrating a Flash based mp3 audioplayer was renamed to django-audioplayer and is now hosted at Google Code.

Furthermore the new version 0.2.2 is now compatible with the latest autoescape feature in Django svn trunk (tested with0.97-pre-SVN-6977):

  • The inserted code is now marked …

Ordering Django QuerySets by fields of related objects

In one of my Django applications I recently needed to sort a QuerySet by a field of a related object. And despite the fact that there is some documentation available it took me quite a while to solve the problem. In the end it was about one little detail and …

A Django template tag for integrating a Flash based flv player

A Django application for integrating a Flash based videoplayer into templates using a custom template tag. It is based on the videoplayer from JW FLV Player and can be easily customized by template parameters.

License

The Django application code is licensed under a BSD license.

The application uses the JW …

A Django template tag for integrating a Flash based mp3 audioplayer


A Django application for integrating a Flash based mp3 audioplayer into templates using a custom template tag. It uses the flashplayer from 1pixelout and can be easily customized by template parameters.

Download

The audioplayer app is only available as a tarball. It contains the Django application and the flashplayer from …