Skip to content

A rave( flutterwave payment api ) Plugin for Django CMS

License

Notifications You must be signed in to change notification settings

cleopatra27/payrave

Repository files navigation

PAYRAVE

A rave( flutterwave payment api ) Plugin for Django CMS

Getting Started

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.

Prerequisites

NONE

Installing

A step by step series of examples that tell you have to get a development env running

1.PIP INSTALL

 pip install payrave
  1. Add "payrave" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
        ...
        'payrave',
    ]
  1. Migrate.
python manage.py migrate payrave 

USAGE

FIRST CREATE A BUTTON IN RAVE PAY AND NOTE THE DETAILS OF THE BUTTON!!!!!

1.click the add plugin button and pick payrave.

payrave1

  1. fill up details from RAVE PAY button and save

payrave2

  1. your button is up!

payrave3

payrave4

ENJOY!!

Built With

Contributing

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

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

A rave( flutterwave payment api ) Plugin for Django CMS

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published