This module contains functionality for sending newsletter and digests to users and leads
Project description
This module implements generic newsletter and digest emails for users and news.
Getting Started
Installing
Install django-ovp-news:
pip install ovp-news
Add it to INSTALLED_APPS on settings.py
Add rest_framework_jwt to INSTALLED_APPS
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_news/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 AGPL License see the LICENSE.md file for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.