Metadata-Version: 1.1
Name: django-react-cms
Version: 0.1.0
Summary: Manage and export react components to the client.
Home-page: https://github.com/leonardoarroyo/django-react-cms
Author: Leonardo Arroyo
Author-email: contato@leonardoarroyo.com
License: MIT
Download-URL: https://github.com/leonardoarroyo/django-react-cms/tarball/0.1.0
Description: ==========
        Django React CMS
        ==========
        
        .. image:: https://img.shields.io/codeship/468bb4d0-7850-0134-a43d-7aa8687239c4/master.svg?style=flat-square
        .. image:: https://img.shields.io/codecov/c/github/OpenVolunteeringPlatform/django-ovp-uploads.svg?style=flat-square
          :target: https://codecov.io/gh/OpenVolunteeringPlatform/django-ovp-uploads/
        .. image:: https://img.shields.io/pypi/v/ovp-uploads.svg?style=flat-square
          :target: https://pypi.python.org/pypi/ovp-uploads/
        
        This module implements core upload functionality.
        
        Getting Started
        ---------------
        Requirements
        """"""""""""""
        You'll need a django project with admin enabled.
        
        Installing
        """"""""""""""
        1. Install django-react-cms::
        
            pip install django-react-cms
        
        2. Add `react_cms` to `INSTALLED_APPS` on `settings.py`
        
        
        Contributing
        ---------------
        Please read `CONTRIBUTING.md <https://github.com/leonardoarroyo/django-react-cms/blob/master/CONTRIBUTING.md>`_ for details on our code of conduct, and the process for submitting pull requests to us.
        
        Versioning
        ---------------
        We use `SemVer <http://semver.org/>`_ for versioning. For the versions available, see the `tags on this repository <https://github.com/leonardoarroyo/django-react-cms/tags>`_. 
        
        License
        ---------------
        This project is licensed under the MIT License see the `LICENSE.md <https://github.com/leonardoarroyo/django-react-cms/blob/master/LICENSE.md>`_ file for details.
        
Platform: UNKNOWN
