The Basics
Django Dynamic Media Serve is the good alternative of the default django.views.static.serve for serving the media files in Django. You can simply set just one line in urls.py.
At first, Django Dynamic Media Serve was developed for web album application, which handles enoumous image thumbnails and huge javascript files and each time when new files is added, creating thumbnail and compressing javascript files is so painful, so we wrote this Django Dynamic Media Serve to dynamically handle various media files in runtime without using any already-created file, especially image files.
Project Home – http://code.google.com/p/django-dynamic-media-serve/Grab the Repository – svn checkout http://django-dynamic-media-serve.googlecode.com/svn/trunk/
Recent Commits
-
56 was committed 3 months, 2 weeks ago.
support show_indexes using django.views.static.serve
-
55 was committed 3 months, 3 weeks ago.
new release 4.0
-
54 was committed 3 months, 3 weeks ago.
fix bugs, external data fetching.
-
52 was committed 3 months, 3 weeks ago.
* remove the black background to convert svg to png.
-
51 was committed 3 months, 3 weeks ago.
* fix bug, http://code.google.com/p/django-dynamic-media-serve/issues/detail?id=1
-
50 was committed 3 months, 3 weeks ago.
.
-
49 was committed 3 months, 3 weeks ago.
.
-
48 was committed 3 months, 3 weeks ago.
.
-
47 was committed 3 months, 3 weeks ago.
.
-
46 was committed 3 months, 3 weeks ago.
editing now.