Go to file
Benjamin Dauvergne 3c445d6466 Merge tag 'v0.6.0' 2015-11-05 14:45:06 +01:00
.tx Setup Transifex 2015-07-04 15:59:35 +02:00
admin_tools Merge tag 'v0.6.0' 2015-11-05 14:45:06 +01:00
docs Updated docs to reflect github move and 0.6.0 changes. 2015-07-07 12:29:20 +02:00
test_proj fix version check 2015-07-07 15:04:39 +01:00
.gitignore Replaced .hgingnore by .gitignore 2015-07-04 14:48:05 +02:00
.hgtags Added tag 0.5.2 for changeset 746357689a8d 2014-08-11 18:07:00 +02:00
.travis.yml Update travis to match tox.ini 2015-07-04 10:55:09 +01:00
AUTHORS Initial import 0.5.2 2015-02-16 16:47:01 +01:00
CHANGELOG Update CHANGELOG 2015-07-07 11:43:23 +01:00
INSTALL Mention earlier version for Django <=1.6 2015-07-07 15:22:20 +01:00
LICENSE Initial import 0.5.2 2015-02-16 16:47:01 +01:00
MANIFEST.in fix setup and manifest for new readme filename 2015-06-20 13:07:55 +01:00
PKG-INFO Initial import 0.5.2 2015-02-16 16:47:01 +01:00
README New readme 2015-06-20 13:06:54 +01:00
README.rst Added shields.io badges and a requirements section 2015-07-07 18:16:00 +02:00
runtests.sh Include admin_tools root package in test coverage 2010-04-26 09:56:51 +06:00
setup.cfg Added setup.cfg 2015-07-04 15:58:25 +02:00
setup.py Bumped version and added CHANGELOG for 0.6.0 2015-07-07 12:30:42 +02:00
tox.ini get tox test working with Django1.8. 2015-07-04 12:49:53 +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.