Abstractions for building FUSE filesystems using DjangoAbstractions for building FUSE filesystems using Django.
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.