Metadata-Version: 1.1
Name: wagtail-uplift
Version: 0.0.7
Summary: A custom theme for Wagtail’s dashboard.
Home-page: https://github.com/l1f7/wagtail_uplift
Author: Lift Interactive
Author-email: dev+pypi@liftinteractive.com
License: BSD License
Description: wagtail_uplift
        ==============
        
        |PyPI| |GitHub Issues|
        
        A custom theme for Wagtail’s dashboard. Pure CSS overrides, there's no extra configuration.
        
        Installation
        ------------
        
        . code:: sh
            pip install git+https://github.com/l1f7/wagtail_uplift
        
        Add the application to your installed apps:
        
        . code:: python
            INSTALLED_APPS = [
                'wagtail_uplift',
                'wagtail',
            ]
        
        
        .. |PyPI| image:: https://img.shields.io/pypi/v/wagtail_uplift.svg?style=flat-square
           :target: https://pypi.python.org/pypi/wagtail_uplift/
        .. |GitHub Issues| image:: https://img.shields.io/github/issues/l1f7/wagtail_uplift.svg?style=flat-square
           :target: https://github.com/l1f7/wagtail_uplift/issues
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.8
Classifier: Framework :: Django :: 1.9
Classifier: Topic :: Internet :: WWW/HTTP :: Site Management
