Skip to main content

Easy to use package for processing payments @ www.tropipay.com

Project description

django-tropipy is a Django app to bridge with the www.tropipay.com API and make payments in an easy way. Detailed documentation is in the “docs” directory.

Quick start

  1. Add “tropipy” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...,
        "django_tropipy",
    ]
  2. Include the tropipy URLconf in your project urls.py like this:

    path("tropipay/", include("django_tropipy.urls")),

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django_tropipy-1.0.3.tar.gz (19.0 kB view hashes)

Uploaded Source

Built Distribution

django_tropipy-1.0.3-py3-none-any.whl (20.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page