ovp-projects

This module has core functionality for ovp projects, such as creation, editing and retrieving.


License
Other
Install
pip install ovp-projects==1.2.12

Documentation

OVP Projects

https://img.shields.io/codeship/01c71ae0-73a1-0134-6261-42bac1247deb/master.svg?style=flat-square

https://img.shields.io/codecov/c/github/OpenVolunteeringPlatform/django-ovp-projects.svg?style=flat-square https://img.shields.io/pypi/v/ovp-projects.svg?style=flat-square

This module implements core user functionality.

Getting Started

Installing

  1. Install django-ovp-projects:

    pip install ovp-projects
    
  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.

Testing

To test this module

python ovp_projects/tests/runtests.py

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

License

This project is licensed under the GNU GPLv3 License see the LICENSE.md file for details