Is there a filesystem plugin available for django?
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 aroun开发者_如何转开发d for something already available. Is there something stable and good which allows for viewing/manipulating files on the server?
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.
精彩评论