Installation

  1. Install package from PyPI.
pip install django-mangopay
  1. Create a test client.
  2. Add your newly created MANGOPAY_CLIENT_ID and MANGOPAY_PASSPHRASE to your django settings, as well as the settings_base_url.
  3. To run django-mangopay in production just change the above setting to be the settings for your production server.