Go to file
David Jean Louis 936a934295 Added tag 0.5.2 for changeset 746357689a8d 2014-08-11 18:07:00 +02:00
admin_tools Release 0.5.2 2014-08-11 18:06:34 +02:00
docs Release 0.5.2 2014-08-11 18:06:34 +02: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 0.5.2 for changeset 746357689a8d 2014-08-11 18:07:00 +02: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.2 2014-08-11 18:06:34 +02: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 Release 0.5.2 2014-08-11 18:06:34 +02:00
tox.ini Fixed south dependency, we stick to 0.8.4 for python 3 because south 1.0 is not fully compatible 2014-08-11 17:37:22 +02: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.