Metadata-Version: 1.1
Name: aldryn-background-image
Version: 0.1.1
Summary: Background Image Plugin for django CMS
Home-page: https://github.com/divio/aldryn-background-image
Author: Divio AG
Author-email: info@divio.com
License: LICENSE.txt
Description: ============
        Aldryn Background Image
        ============
        
        Aldryn Background Image provides a plugin that allows you to set, well,
        background images.
        
        ------------
        Installation
        ------------
        
        This plugin requires `django CMS` 3.0.12 or higher to be properly installed.
        
        * Within your ``virtualenv`` run ``pip install aldryn-background-image``
        * Add ``'aldryn_background_image'`` to your ``INSTALLED_APPS`` setting.
        * Run ``manage.py migrate aldryn_background_image``.
        
        -----
        Usage
        -----
        
        TBD
        
        ------------
        Translations
        ------------
        
        If you want to help translate the plugin please do it on Transifex:
        
        https://www.transifex.com/projects/p/django-cms/resource/aldryn-background-image/
        
Platform: OS Independent
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
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development
