Is there a filesystem plugin available for django?

1.6k views Asked by At

For an application I'm writing I would need something like a filesystem browser. I want to expose that through django, and before considering writing one from scratch, I decided to first ask around for something already available. Is there something stable and good which allows for viewing/manipulating files on the server?

1

There are 1 answers

0
csinchok On

You should take a look django-filebrowser. However, it does require Grapelli, which is an extension of the default admin interface—if that's a dealbreaker for you, you might try one of the forks that attempt to remove Grapelli, like django-filebrowser-no-grappelli.