Go to file
Mike Korobov cdef8653f6 Include admin_tools root package in test coverage 2010-04-26 09:56:51 +06:00
admin_tools Update docs and module templates for new recommended import paths 2010-04-26 07:17:11 +06:00
docs Update docs and module templates for new recommended import paths 2010-04-26 07:17:11 +06:00
test_proj Include admin_tools root package in test coverage 2010-04-26 09:56:51 +06:00
.hgignore Simple test for permissions 2010-04-26 04:42:57 +06:00
.hgtags Added tag v0.2.0 for changeset 253b2464507e 2010-04-14 20:54:58 +02:00
AUTHORS increased depth of the TOC, added some aknowledgements, removed a todo item 2010-02-07 15:16:44 +01:00
CHANGELOG 0.2.0 release 2010-03-14 19:17:45 +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 fixed MANIFEST.in (thanks @coordt) 2010-02-10 18:09:58 +01:00
README updated documentation URL 2010-02-10 22:28:35 +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://packages.python.org/django-admin-tools/>`_.
a good start is to read `the quickstart guide 
<http://packages.python.org/django-admin-tools/quickstart.html>`_.

Thanks for downloading django-admin-tools.