资 源 简 介
Django Dynamic Media Serve
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.
Feature
Various Media Serve thru Django
SVG
images(png, gif, jpeg, etc which can be supported by PIL).
javascript
any other files.
External Media
If you need to fetch the media from outside of your media re