有没有可用于django的文件系统插件?

有没有可用于django的文件系统插件?

问题描述:

对于我正在写的应用程序,我需要像文件系统浏览器那样的东西。我想通过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 around for something already available. Is there something stable and good which allows for viewing/manipulating files on the server?

你应该看看 django-filebrowser 。但是,它确实需要 Grapelli ,这是默认管理界面的扩展 - 如果这是一个破产者对于您,您可以尝试尝试删除Grapelli的叉子,例如 django-filebrowser- no-grappelli

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.