Metadata-Version: 1.0
Name: django-admin-tools
Version: 0.1.1
Summary: A collection of tools for the django administration interface
Home-page: http://www.bitbucket.org/izi/django-admin-tools/
Author: David Jean Louis
Author-email: izimobil@gmail.com
License: MIT License
Download-URL: http://www.bitbucket.org/izi/django-admin-tools/downloads/django-admin-tools-0.1.1.tar.gz
Description: 
        ==================
        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://izimobil.org/django-admin-tools/docs/>`_,
        a good start is to read `the quickstart guide
        <http://www.izimobil.org/django-admin-tools/docs/quickstart.html>`_.
        
        Thanks for downloading django-admin-tools.
        
        
        ============================
        django-admin-tools changelog
        ============================
        
        
        Version 0.1.1, 10 February 2010:
        --------------------------------
        
        * fixed issue #2: template tag libraries have generic names;
        * changed the way dashboards are selected, don't rely on request variables but
        pass an extra argument to the template tag instead (fixes issue #3);
        * fixed MANIFEST.in (fixes issue #1);
        * better setup.py file.
        
        
        Version 0.1.0, 10 February 2010:
        --------------------------------
        
        * Initial release
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
