Metadata-Version: 1.1
Name: bootstrap-admin-legacy
Version: 0.1.1
Summary: Bootstrap theme for Django admin
Home-page: https://github.com/douglasmiranda/django-admin-bootstrap
Author: alrusdi
Author-email: alrusdi@gmail.com
License: BSD
Description: Bootstrap 2 Skin for Django Admin
        =================================
        
        django-admin-bootstrap-legacy is a **Custom Responsible Skin for Django Admin
        1.7 and upper.
        
        
        Features
        --------
        
        -  a bit of responsiveness
        -  search directly from the apps list
        -  sidebar logs for specific app (on app index)
        -  django-mptt custom templates
        -  django-reversion and django-reversion-compare custom templates
        
        Install
        -------
        
        **NOTE:** I'm assuming you use `pip <http://www.pip-installer.org/>`_ to
        install the Python Packages.
        
        from github master branch ::
        
            $ pip install git+ssh://git@github.com/alrusdi/django-admin-bootstrap-legacy.git
        
        
        And don't forget to add *bootstrap\_admin* in **INSTALLED\_APPS** before
        the *django.contrib.admin*.
        
        Example: :: 
        
           INSTALLED_APPS = (     
               # ...       
               'bootstrap_admin',       
               'django.contrib.admin',      
               # ...   
            )
        
Keywords: django,admin,skin,theme,bootstrap,responsive
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
