head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2012.06.28.02.27.16;	author sunpoet;	state Exp;
branches;
next	;


desc
@@


1.1
log
@- Add py-django-filer 0.8.6

django-filer is a file management application for django.  It handles
uploading and organizing files and images in contrib.admin.

WWW: http://pypi.python.org/pypi/django-filer/
WWW: https://github.com/stefanfoulis/django-filer

PR:		ports/169249
Submitted by:	Matthew X. Economou <xenophon+fbsdports@@irtnog.org>
@
text
@**********************************************************************

Add "filer" to your project's INSTALLED_APPS setting and run syncdb
(or migrate if you're using South).

You might consider using django-filer with the django CMS plugin and
its components instead of cms.plugins.file, cms.plugins.picture,
cms.plugins.teaser and cms.plugins.video core plugins.  In this case
you should not add them to INSTALLED_APPS but add those instead:

    'filer'
    'cmsplugin_filer_file'
    'cmsplugin_filer_folder'
    'cmsplugin_filer_image'
    'cmsplugin_filer_teaser'
    'cmsplugin_filer_video'

(Note that this also requires the installation of cmsplugin-filer.)

**********************************************************************
@
