Skip to content

alexsilva/django-elfinder2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dango-elfinder - Django connector for elFinder

django-elfinder provides a Django-based connector for elFinder, a jQuery-based file browser.

The PHP-based connector provided with elFinder gives direct access to the underlying file system. django-elfinder uses Django models to store the files and directories.

This module is not ready for production use, and only a limited set of elFinder commands are currently supported.

Quickstart

To view a demo, run these commands:

git clone git://github.com/david-e/django-elfinder.git (fork of mikery/django-elfinder)
cd django-elfinder/test_project
./manage.py syncdb
./manage.py loaddata fixtures/testdata.json
./manage.py runserver

Then browse to http://127.0.0.1:8080/elfinder/1/.

About

Django connector elFinder 2.0

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 63.4%
  • PHP 28.7%
  • CSS 4.4%
  • Python 2.9%
  • HTML 0.6%