A file management application for django that makes handling of files and images a breeze.
Documentation: http://django-filer.readthedocs.org/en/latest/index.html
Wiki: https://github.com/stefanfoulis/django-filer/wiki
- Django >=4.2 (with
django.contrib.staticfiles
) - `django-mptt`_ >= 0.2.1
- easy_thumbnails >= 1.0-alpha-17
- django-polymorphic >= 0.2
- PIL 1.1.7 (with JPEG and ZLIB support)
To get started using django-filer
simply install it with
pip
:
$ pip install django-filer
Add "filer"
and "easy_thumbnails"
to your project's INSTALLED_APPS
setting and run syncdb
(or migrate
if you're using South).
See the docs for advanced configuration:
- subject location docs
- permission docs (experimental)
- secure file downloads docs (experimental)