Metadata-Version: 1.1
Name: ovp-admin
Version: 0.1.0
Summary: This module includes admin functionality for ovp modules.
Home-page: https://github.com/OpenVolunteeringPlatform/django-ovp-admin
Author: Atados
Author-email: cid@atados.com.br, arroyo@atados.com.br
License: AGPL
Download-URL: https://github.com/OpenVolunteeringPlatform/django-ovp-admin/tarball/0.1.0
Description: ==========
        OVP Admin
        ==========
        
        .. image:: https://badge.fury.io/py/ovp-admin.svg
          :target: https://badge.fury.io/py/ovp-admin
        
        This module implements base admin for OVP.
        
        Getting Started
        ---------------
        Installing
        """"""""""""""
        1. Install django-ovp-admin::
        
            pip install ovp-admin
        
        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>`_.
        
        Contributing
        ---------------
        Please read `CONTRIBUTING.md <https://github.com/OpenVolunteeringPlatform/django-ovp-admin/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-admin/tags>`_. 
        
        License
        ---------------
        This project is licensed under the GNU GPLv3 License see the `LICENSE.md <https://github.com/OpenVolunteeringPlatform/django-ovp-admin/blob/master/LICENSE.md>`_ file for details
        
Platform: UNKNOWN
