3

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?

Geo
  • 93,257
  • 117
  • 344
  • 520
  • Whose filesystem do you want to browse? And what do you want to do with it? – Daniel Roseman Sep 06 '11 at 16:11
  • The server's filesystem. I want to setup something like a continous integration server, but user-driven. Probably this doesn't make much sense :) – Geo Sep 06 '11 at 17:34

1 Answers1

4

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.

Bobort
  • 3,085
  • 32
  • 43
csinchok
  • 741
  • 3
  • 10