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

This blog entry was posted by on .

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

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

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.