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

This blog entry was posted by peter on March 02, 2008.

It is tagged with audio, Django, Google Code, Python, and Subversion.

So far there are 0 comments. Feel free to add one.

The previous entry chronologically is Ordering Django QuerySets by fields of related objects.

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 as safe using the django.utils.safestring.mark_safe() method
  • The current autoescape setting in the template context is now correctly passed to the context rendering the “audioplayer.html”.

The packaged version is available at the original blog entry.


Comments

Comments are disabled for this entry.