Metadata-Version: 1.1
Name: django-exchange-docs
Version: 1.0.1
Summary: A Django wrapper for Boundless Exchange Documentation.
Home-page: https://github.com/boundlessgeo/exchange-documentation
Author: Boundless Spatial
Author-email: contact@boundlessgeo.com
License: GPLv2
Download-URL: https://github.com/boundlessgeo/exchange-documentation
Description: django-exchange-docs
        ====================
        
        A Django wrapper for Boundless Exchange Documentation.
        
        Installation
        ------------
        
        Install the latest stable version from PIP:
        
        ``pip install django-exchange-docs``
        
        Download django-exchange-docs and install it directly from source:
        
        ``python setup.py install``
        
        Project Configuration
        ---------------------
        
        Once installed you can configure your project to use
        django-exchange-docs with the following steps.
        
        Add ``exchange-docs`` to ``INSTALLED_APPS`` in your project's
        ``settings`` module:
        
        ::
        
            INSTALLED_APPS = (
                'exchange-docs',
                # other apps
            )
        
Platform: UNKNOWN
Classifier: Topic :: Documentation :: Sphinx
Classifier: Topic :: Software Development :: Documentation
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: System Administrators
Classifier: Environment :: Web Environment
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Development Status :: 3 - Alpha
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Framework :: Django :: 1.8
