Skip to main content

Basic Django File Manager with multifile uploads, live file status, and file deleting.

Project description

Simple Django File Manager

Features

Requirements

django_bfm extensively uses HTML5 techniques, so modern browser is required, see Tested Browsers section.

Tested only with Django 1.3, may work with Django 1.2 or even 1.1.

Usage/Install

No easy_install or pip support yet, so:

  • Download package, extract it, and copy django_bfm into your project directory

  • Add ‘django_bfm’, to INSTALLED_APPS in settings.py.

  • Add url(r’^files/’, include(‘django_bfm.urls’)), to urlpatterns in urls.py

  • Access file manager at /files/browse/

Settings

Variables in settings.py, that influence way, how BFM works.

  • BFM_MEDIA_DIRECTORY`(if not set `MEDIA_ROOT is used) - absolute path to place, where uploaded files are.

  • BFM_FILES_IN_PAGE`(default - `20) - integer. Tells BFM, how much files to show in one page.

Things to note

  • You must be logged as staff user to use file manager

  • It’s very young project

Tested Browsers

  • Chromium 15

  • Midori 0.4.0

  • Chrome 13

  • Firefox 6

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-bfm-0.1.tar.gz (4.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page