softwarefabrica.django.drilldown library
========================================

This `Django`_ application provides the ability to navigate through a set of
database objects using a `drill down`_ approach.

Please refer to the `overview`_ and the `documentation`_.

Happy coding!

.. _`overview`: docs/overview.html
.. _`documentation`: docs/index.html
.. _`Django`: http://www.djangoproject.com
.. _`drill down`: http://en.wikipedia.org/wiki/Drill_down

*Marco Pantaleoni*


LICENSE
-------

This software is covered by the GNU General Public License version 2.
If you want to use this software in a closed source application, you
need to buy a commercial license from the author.

This open source version is:

    Copyright (C) 2009  Marco Pantaleoni. All rights reserved.

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License version 2 as
    published by the Free Software Foundation.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License along
    with this program; if not, write to the Free Software Foundation, Inc.,
    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
