Metadata-Version: 1.0
Name: cmsplugin-django-outlets
Version: 0.2
Summary: Provides django-cms integration for django-outlets

Home-page: https://github.com/bitmazk/cmsplugin-django-outlets
Author: Daniel Kaufhold
Author-email: daniel.kaufhold@bitmazk.com
License: The MIT License
Description: CMSPlugin for Django Outlets
        ============================
        
        Provides django-cms integration for `django-outlets <https://github.com/bitmazk/django-outlets>`_.
        
        
        Usage and installation
        ----------------------
        
        Please visit the main `django-outlets <https://github.com/bitmazk/django-outlets>`_ app. Everything is documented there.
        
        
        Contribute
        ----------
        
        If you want to contribute to this project, please perform the following steps
        
        .. code-block:: bash
        
            # Fork this repository
            # Clone your fork
            mkvirtualenv -p python2.7 cmsplugin-django-outlets
            make develop
        
            git co -b feature_branch master
            # Implement your feature and tests
            git add . && git commit
            git push -u origin feature_branch
            # Send us a pull request for your feature branch
        
Keywords: django,app,reusable,cms,outlets,stores,plugin
Platform: OS Independent
