There are 5 blog entries tagged with “Django.”
Today I am glad to announce the first release of django-modeltranslation, a Django app which can be used to translate dynamic content of existing models to an arbitrary number of languages without having to change the original model classes.
It uses a registration approach (comparable to Django’s admin app …
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):
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 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.
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.
The audioplayer app is only available as a tarball. It contains the Django application and the flashplayer from …