Metadata-Version: 2.1
Name: django-filer-mod
Version: 1.3.2.post1
Summary: A file management application for django that makes handling of files and images a breeze.
Home-page: https://github.com/hjalves/django-filer-mod
Author: Stefan Foulis
Author-email: stefan@foulis.ch
License: BSD
Platform: OS Independent
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.8
Classifier: Framework :: Django :: 1.9
Classifier: Framework :: Django :: 1.10
Classifier: Framework :: Django :: 1.11
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: Django (<1.11.999,>=1.8)
Requires-Dist: easy-thumbnails (<3.0,>=2)
Requires-Dist: django-mptt (<0.9,>=0.6)
Requires-Dist: django-polymorphic (<2.1,>=0.7)
Requires-Dist: Unidecode (<1.1,>=1.0)

================
django-filer-mod
================

This project is a fork of django-filer with some additional changes.

A file management application for django that makes handling of files and images a breeze.

.. We're using absolute image url below, because relative paths won't work on
   pypi. github would render relative paths correctly.

.. image:: https://raw.githubusercontent.com/divio/django-filer/develop/docs/_static/filer_1.png
.. image:: https://raw.githubusercontent.com/divio/django-filer/develop/docs/_static/filer_2.png
.. image:: https://raw.githubusercontent.com/divio/django-filer/develop/docs/_static/filer_3.png


Filer detail view:

.. image:: https://raw.githubusercontent.com/divio/django-filer/develop/docs/_static/detail_image.png
.. image:: https://raw.githubusercontent.com/divio/django-filer/develop/docs/_static/detail_file.png


Filer picker widget:

.. image:: https://raw.githubusercontent.com/divio/django-filer/develop/docs/_static/file_picker_1.png
.. image:: https://raw.githubusercontent.com/divio/django-filer/develop/docs/_static/file_picker_2.png
.. image:: https://raw.githubusercontent.com/divio/django-filer/develop/docs/_static/file_picker_3.png

Please head over to `documentation`_ for all the details on how to install,
configure and use django-filer.

.. _documentation: https://django-filer.readthedocs.io/en/latest/index.html


