Hugos House of Weblog Horror » Blog Archive » Writing a Simple Filesystem Browser with Django

This posting will show how to build a very simple filesystem browser with Django. This filesystem browser behaves mostly like a static webserver that allows directory traversal. The only speciality is that you can use the Django admin to define filesystems that are mounted into the namespace of the Django server.

URL: Hugos House of Weblog Horror » Blog Archive » Writing a Simple Filesystem Browser with Django

Very cool! It’s great to see more stuff using Django. I’m slowly writing some stuff, but it’ll take some time ;)