Go to file
David Jean Louis 01efa69867 Removed symlink to admin_tools media folder 2013-02-26 00:04:39 +01:00
admin_tools Removed media files in admin_tools/media 2013-02-26 00:02:58 +01:00
docs Added API documentation for menu.items.ModelList (fixes #114) 2013-02-25 21:07:38 +01:00
test_proj Removed symlink to admin_tools media folder 2013-02-26 00:04:39 +01:00
.hgignore Ignore tox and virtualenv dirs 2013-02-25 15:51:38 +01:00
.hgtags Added tag v0.4.1 for changeset 628450a80e70 2011-11-14 23:10:34 +01:00
AUTHORS increased depth of the TOC, added some aknowledgements, removed a todo item 2010-02-07 15:16:44 +01:00
CHANGELOG Release 0.4.1 2011-11-14 23:09:53 +01:00
INSTALL prepare for release 0.1.0 2010-02-09 02:21:50 +01:00
LICENSE initial import 2010-02-04 14:15:56 +01:00
MANIFEST.in Updated MANIFEST to reflect new static directories 2011-02-14 22:29:59 +01:00
README Switch to readthedocs.org for documentation + added a note on contributing to the docs 2011-01-09 21:22:05 +01:00
runtests.sh Include admin_tools root package in test coverage 2010-04-26 09:56:51 +06:00
setup.py Make setup.py executable 2010-04-24 03:26:43 +06:00

README

==================
django-admin-tools
==================

django-admin-tools is a collection of extensions/tools for the default django 
administration interface, it includes:

 * a full featured and customizable dashboard,
 * a customizable menu bar,
 * tools to make admin theming easier.

The project code and bugtracker is hosted on 
`Bitbucket <http://bitbucket.org/izi/django-admin-tools/>`_. 

Django-admin-tools is generously documented, you can 
`browse the documentation online 
<http://django-admin-tools.readthedocs.org/>`_.
a good start is to read `the quickstart guide 
<http://django-admin-tools.readthedocs.org/quickstart.html>`_.

Thanks for downloading django-admin-tools.