Metadata-Version: 1.1
Name: djangocms-device-mockups
Version: 1.0.1
Summary: Allows you to add the device mockups plugin to a cms page
Home-page: https://github.com/mcldev/djangocms-device-mockups
Author: pixelsign, Michael Carder
Author-email: UNKNOWN
License: MIT
Description: Django Device Mockups
        ========================
        
        An extension for Django CMS that adds the Device Mockups CSS library to elements on DjangoCMS.
        
        Installation
        ------------
        
        1. Install with pip ``pip install djangocms-device-mockups``
        
        2. Add ``djangocms_device_mockups`` to INSTALLED_APPS
        
        3. Run migrations ``python manage.py migrate``
        
        
        Usage
        -----
        See notes here:
        https://github.com/pixelsign/html5-device-mockups
        
        After installation simply add the plugins to the page.
        
        Notes
        -----
        * If putting onto a background, ensure the background has both ``position`` and ``z-index`` < -1.
        
        * Main CSS will limit device size to 300px, set ``.device-wrapper { max-width: 100%; ..}`` to make it responsive/resize etc.
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.11
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
