Django FUSE is a utility Django application to assist in creating FUSE filesystems around the Django web development framework.

It currently supports the creation of dynamic directories and files, as well as providing an convenient wrapper to serve files outside of the FUSE filesystem from arbitrary locations.

It utilises existing Django infrastructure where possible, such as using the URL resolver and the request-response model. See the example application in the source tree for more.

Licence

django-fuse is released under the GNU General Public License version 3 or later.

Download / Development

A number of GPG-signed tarballs are available for this project.

You can browse the source tree or download the code from Git:

 $ git clone git://git.chris-lamb.co.uk/django-fuse  # or
 $ git clone http://git.chris-lamb.co.uk/repo/django-fuse.git

§