Metadata-Version: 1.1
Name: ovp-testimonials
Version: 1.0.0
Summary: This module has user testimonials functionality
Home-page: https://github.com/OpenVolunteeringPlatform/django-ovp-testimonials
Author: Atados
Author-email: arroyo@atados.com.br
License: AGPL
Download-URL: https://github.com/OpenVolunteeringPlatform/django-ovp-testimonials/tarball/1.0.0
Description: ==========
        OVP Testimonials
        ==========
        
        .. image:: https://img.shields.io/codeship/43065b30-0cd6-0135-c90d-7e832b94bec5/master.svg?style=flat-square
          :target: https://img.shields.io/codeship/43065b30-0cd6-0135-c90d-7e832b94bec5/master.svg?style=flat-square
        .. image:: https://img.shields.io/codecov/c/github/OpenVolunteeringPlatform/django-ovp-testimonials.svg?style=flat-square
          :target: https://codecov.io/gh/OpenVolunteeringPlatform/django-ovp-testimonials
        .. image:: https://img.shields.io/pypi/v/ovp-testimonials.svg?style=flat-square
          :target: https://pypi.python.org/pypi/ovp-testimonials/
        
        This module implements user testimonial functionality.
        
        Getting Started
        ---------------
        
        Installing
        """"""""""""""
        1. Install django-ovp-testimonials::
        
            pip install ovp-testimonials
        
        2. Add it to `INSTALLED_APPS` on `settings.py`
        
        
        Forking
        """"""""""""""
        If you have your own OVP installation and want to fork this module
        to implement custom features while still merging changes from upstream,
        take a look at `django-git-submodules <https://github.com/leonardoarroyo/django-git-submodules>`_.
        
        Testing
        ---------------
        To test this module
        
        ::
        
          python ovp_testimonials/tests/runtests.py
        
        Contributing
        ---------------
        Please read `CONTRIBUTING.md <https://github.com/OpenVolunteeringPlatform/django-ovp-testimonials/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/OpenVolunteeringPlatform/django-ovp-testimonials/tags>`_. 
        
        License
        ---------------
        This project is licensed under the AGPLv3 License see the `LICENSE.md <https://github.com/OpenVolunteeringPlatform/django-ovp-testimonials/blob/master/LICENSE.md>`_ file for details
        
Platform: UNKNOWN
