Metadata-Version: 1.1
Name: django-admin-toolbox
Version: 1.0.0.dev7
Summary: Django admin toolbox - bunch of improvements for default django admin
Home-page: https://github.com/gbdlin/django-admin-toolbox
Author: GwynBleidD
Author-email: gbd.lin@gmail.com
License: MIT
Description: Django Admin Toolbox
        ====================
        
        This package provides bunch of useful tools for default django admin site, such as:
        
        - `Admin sidebar`_
        
        Tools are suited in separate packages, so you can pick ones that suits your needs.
        
        All configuration is held in ``ADMIN_TOOLBOX`` dict that should be placed in your ``settings.py`` file.
        
        Admin sidebar
        *************
        
        This django app adds sidebar to the left of standard django admin template.
        
        Purpose of this sidebar is to replace default list of models in django admin with
        something more customizable and useful.
        
        Instalation
        -----------
        
        2. add ``admin_toolbox.sidebar`` (or anything you've named it) at the top of your ``INSTALLED_APPS`` (at least above ``django.contrib.admin``)
        
        Configuration
        -------------
        
        
        
Keywords: django admin toolbox sidebar tools improvements
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Topic :: Internet :: WWW/HTTP :: Site Management
Classifier: Topic :: Software Development :: User Interfaces
Classifier: Framework :: Django :: 1.10
Classifier: Framework :: Django :: 1.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
