Go to file
David Jean Louis ea17fb072d Merged in hirokiky/django-admin-tools/supportdj16 (pull request #27) and also added python3.3/django1.6 environment 2013-12-27 11:45:43 +01:00
admin_tools Add Python 3 support 2013-08-23 01:33:41 +03:00
docs Updated CHANGELOG and docs 2013-02-26 00:05:08 +01:00
test_proj Merged in hirokiky/django-admin-tools/supportdj16 (pull request #27) and also added python3.3/django1.6 environment 2013-12-27 11:45:43 +01:00
.hgignore Ignore tox and virtualenv dirs 2013-02-25 15:51:38 +01:00
.hgtags Added tag v0.5.1 for changeset 615712ac8519 2013-03-13 21:22:09 +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.5.1 2013-03-13 21:21:47 +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 Removed media dir from MANIFEST.in 2013-03-06 11:48:31 +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 zip_safe=False is needed for setuptools 2013-03-06 11:56:49 +01:00
tox.ini Merged in hirokiky/django-admin-tools/supportdj16 (pull request #27) and also added python3.3/django1.6 environment 2013-12-27 11:45:43 +01: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.