Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

UGentPortaal/django-filebrowser-no-grappelli-django14

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django FileBrowser

Media-Management. (based on https://github.com/sehmaschine/django-filebrowser)

The FileBrowser is an extension to the Django administration interface in order to:

  • browse directories on your server and upload/delete/edit/rename files.
  • include images/documents to your models/database using the FileBrowseField.
  • select images/documents with TinyMCE.

Requirements

FileBrowser 3.5 requires

No Grappelli -----------

This fork removes the dependency on Grappelli.

Installation

Latest version:

pip install -e git+git://github.com/smacker/django-filebrowser-no-grappelli.git#egg=django-filebrowser

Stable version:

pip install django-filebrowser-no-grappelli

Documentation

http://readthedocs.org/docs/django-filebrowser/

It also has fake model to show filebrowser in admin dashboard, but you can disable it by setting FILEBROWSER_SHOW_IN_DASHBOARD = False.

Translation

https://www.transifex.com/projects/p/django-filebrowser/

Releases

  • FileBrowser 3.5.8 (Development Version, not yet released, see Branch Stable/3.5.x)
  • FileBrowser 3.5.7 (September 10th, 2014): Compatible with Django 1.4/1.5/1.6/1.7

Older versions are available at GitHub, but are not supported anymore.

Packages

No packages published

Languages

  • Python 60.2%
  • HTML 18.9%
  • JavaScript 17.8%
  • CSS 3.1%