Metadata-Version: 1.1
Name: django-pages-cms
Version: 0.2.8
Summary: Simple content management system for Django 1.8+
Home-page: https://github.com/dlancer/django-pages-cms
Author: dlancer
Author-email: dmdpost@gmail.com
License: BSD
Description: Simple content management system for Django 1.8+
        ================================================
        
        ``django-pages-cms`` is a simple content management system for Django 1.8+
        
        .. image:: https://travis-ci.org/dlancer/django-pages-cms.svg?branch=master
            :target: https://travis-ci.org/dlancer/django-pages-cms/
            :alt: Build status
        
        .. image:: https://img.shields.io/pypi/v/django-pages-cms.svg
            :target: https://pypi.python.org/pypi/django-pages-cms/
            :alt: Latest PyPI version
        
        .. image:: https://img.shields.io/pypi/dm/django-pages-cms.svg
            :target: https://pypi.python.org/pypi/django-pages-cms/
            :alt: Number of PyPI downloads
        
        .. image:: https://img.shields.io/pypi/format/django-pages-cms.svg
            :target: https://pypi.python.org/pypi/django-pages-cms/
            :alt: Download format
        
        .. image:: https://img.shields.io/pypi/l/django-pages-cms.svg
            :target: https://pypi.python.org/pypi/django-pages-cms/
            :alt: License
        
        Requirements
        ------------
        
        ::
        
            Django>=1.8,<1.10
            django-appcore>=0.0.9
            django-mptt>=0.8.5
            django-guardian>=1.4.5
            django-markitup>=2.3.1
            python-slugify>=1.2.0
            PyYAML>=3.11
            Markdown>=2.6.6
        
        
        Usage
        =====
        
        You may find detailed documentation in the "docs" directory.
        
        
Platform: UNKNOWN
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.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Development Status :: 3 - Alpha
