Metadata-Version: 1.1
Name: csnews
Version: 2.9
Summary: Simple news module
Home-page: http://www.codesyntax.com
Author: Urtzi Odriozola
Author-email: uodriozola@codesyntax.com
License: GPL
Description: CSNews
        ======
        
        .. image:: https://travis-ci.org/urtzai/csnews.svg?branch=master
            :target: https://travis-ci.org/urtzai/csnews
        
        .. image:: https://coveralls.io/repos/github/urtzai/csnews/badge.svg?branch=master
            :target: https://coveralls.io/github/urtzai/csnews?branch=master
        
        .. image:: https://landscape.io/github/urtzai/csnews/master/landscape.svg?style=flat
           :target: https://landscape.io/github/urtzai/csnews/master
           :alt: Code Health
        
        .. image:: https://requires.io/github/urtzai/csnews/requirements.svg?branch=master
             :target: https://requires.io/github/urtzai/csnews/requirements/?branch=master
             :alt: Requirements Status
        
        News module for Django
        
        Dependencies
        ------------
        
        * Django>=1.8
        * django-photologue>=3.6
        * django-tinymce>=2.6.0
        
        Instalation
        -----------
        
        .. code-block:: python
        
            INSTALLED_APPS = [
                'django_forum_app',
            ]
        
        .. code-block::
        
            ./manage.py migrate csnews
        
        Finally, add this in ``urls.py``:
        
        .. code-block:: django
        
            url(r'^news/', include('csnews.urls')),
        
        Support
        -------
        
        Should you experience any issues do not hesistate to post an issue or contribute in this project pulling requests.
        
        Travis CI status
        ----------------
        
        We use Travis to check that the unit test suite is working against various combinations of Python, Django, etc...
        `Click here for the full report <http://travis-ci.org/#!/urtzai/csnews>`_.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Communications
