Skip to content

bohyn/django-elfinder2

This branch is 13 commits ahead of rmoorman/django-elfinder:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6742d29 · Jun 15, 2012

History

35 Commits
Nov 7, 2011
Jun 15, 2012
Jun 4, 2012
May 8, 2012
May 8, 2012
May 8, 2012
May 8, 2012
Jun 15, 2012

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

  • Python 100.0%