Skip to main content

Simple Django wrapper for Stripe

Project description

Django Olaii Stripe

Stripe wrapper we use at Olaii.com for payment processing.

Quick Start

  1. Add olaii_stripe to your INSTALLED_APPS settings
INSTALLED_APPS = [
        ...
        'olaii_stripe',
    ]
  1. Run python manage.py migrate to create Stripe models.

  2. Add your Stripe API Key to settings.py

STRIPE_API_KEY = 'my-api-key'

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

olaii_stripe-0.1.12-py3-none-any.whl (10.9 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