Go to file
hirokiky 8a213db74b Adding tests for Django1.6 with Python2.7
* Fixed tox
* Fixed test_proj

--HG--
branch : supportdj16
2013-12-08 17:29:20 +09:00
admin_tools Eliminated jumping to top of page when clicking collapse/add/remove buttons on dashboard modules 2013-06-10 23:08:55 +01:00
docs Updated CHANGELOG and docs 2013-02-26 00:05:08 +01:00
test_proj Adding tests for Django1.6 with Python2.7 2013-12-08 17:29:20 +09: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 Adding tests for Django1.6 with Python2.7 2013-12-08 17:29:20 +09: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.