Simple Django wrapper for Stripe
Project description
Django Olaii Stripe
Stripe wrapper we use at Olaii.com for payment processing.
Quick Start
- Add olaii_stripe to your INSTALLED_APPS settings
INSTALLED_APPS = [
...
'olaii_stripe',
]
-
Run
python manage.py migrateto create Stripe models. -
Add your Stripe API Key to
settings.py
STRIPE_API_KEY = 'my-api-key'
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
olaii-stripe-0.1.2.tar.gz
(6.1 kB
view details)
File details
Details for the file olaii-stripe-0.1.2.tar.gz.
File metadata
- Download URL: olaii-stripe-0.1.2.tar.gz
- Upload date:
- Size: 6.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.7.1 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/2.7.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
90c7c941a123c68422652c03482c049d7d43bb97fb86d9ef3b4d815fd5e27ce7
|
|
| MD5 |
ae849647622cb591c8a9de71857c53a9
|
|
| BLAKE2b-256 |
c9ae2b8a28ac693fbd6787bcb411057b70dad9509ebf6df99a25bf48b2315532
|