A rave( flutterwave payment api ) Plugin for Django CMS
Payrave is a simple Django cms plugin for RAVE(flutterwave api) payment integration.
You will need to register with rave first https://ravepay.co and create a pay now button, please note the details of the button link.
NONE
A step by step series of examples that tell you have to get a development env running
1.PIP INSTALL
pip install payrave
- Add "payrave" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
...
'payrave',
]
- Migrate.
python manage.py migrate payrave
FIRST CREATE A BUTTON IN RAVE PAY AND NOTE THE DETAILS OF THE BUTTON!!!!!
1.click the add plugin button and pick payrave.
- fill up details from RAVE PAY button and save
- your button is up!
ENJOY!!
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
- Cleopatra Douglas - Initial work - Django_Authentication1.7.9
This project is licensed under the MIT License - see the LICENSE.md file for details