Go to file
David Jean Louis 0f42b43c17 Fixed download URL 2013-03-06 09:50:15 +01:00
admin_tools Fixed deprecation warning for django.conf.urls.default. (Deprecated in Django 1.4) 2013-03-04 12:17:27 -05:00
docs Updated CHANGELOG and docs 2013-02-26 00:05:08 +01:00
test_proj Removed symlink to admin_tools media folder 2013-02-26 00:04:39 +01:00
.hgignore Ignore tox and virtualenv dirs 2013-02-25 15:51:38 +01:00
.hgtags Added tag v0.4.1 for changeset 628450a80e70 2011-11-14 23:10:34 +01:00
AUTHORS increased depth of the TOC, added some aknowledgements, removed a todo item 2010-02-07 15:16:44 +01:00
CHANGELOG Updated CHANGELOG and docs 2013-02-26 00:05:08 +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 Updated MANIFEST to reflect new static directories 2011-02-14 22:29:59 +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 Fixed download URL 2013-03-06 09:50:15 +01:00
tox.ini Added tox.ini 2013-02-26 00:06:23 +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.