.. django-admin-tools documentation master file, created by
   sphinx-quickstart on Sat Jan 30 12:28:43 2010.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

Welcome to django-admin-tools's documentation!
==============================================

This documentation covers the latest release of django-admin-tools, a
collection of extensions and tools for the 
`Django <http://www.djangoproject.com>`_ administration interface, 
django-admin-tools includes:

 * a full featured and customizable dashboard (for the admin index page
   and the admin applications index pages),
 * a customizable menu bar,
 * tools to make admin theming easier.

It was originally developed for django-cms, and then extracted to this 
pluggable app.

To get up and running quickly, consult the :ref:`quick-start guide
<quickstart>`, which describes all the necessary steps to install
django-admin-tools and configure it for the default setup.
For more detailed information about how to install and how to customize 
django-admin-tools, read through the documentation listed below.

Contents:

.. toctree::
   :maxdepth: 2

   quickstart
   installation
   configuration
   customization
   menu
   dashboard
   integration
