= Home of Django File Manager = This project allows users to manage files via the Django Admin area on your site. == Features == * Integration with the Django Admin area on your site. * Ability to upload files. * Create, move, and copy files and directories. * Manage symbolic links. == Installation == These steps detail how to get the File Manager to appear on your Admin Index Page. 1. Copy the default "admin/index.html" template to your local template store. 1. Edit the copied template to include immediately before {% for app in app_list %} {{{ {% include "admin/file_manager/app_list_include.html" %} }}} 1. Change {% if app_list %} to immediately before included line in step 2. {{{ {% if app_list or perms.file_manager %} }}} 1. Add the file manager to your projects urls.py {{{ (r'^admin/file_manager', include('file_manager.urls')), }}} 1. Set up the optional CSS as detailed in the INSTALL file. == Download Release == * [/downloads/python/django-file-manager/django-file-manager-1.1.1.tar.gz 1.1.1] Nov 20 2009 == Previous Releases == * [/downloads/python/django-file-manager/django-file-manager-1.1.tar.gz 1.1] Nov 5 2009