Wrapper package for python stripe with Django and/or DRF
Project description
Django Silly Stipe
It is a wrapper based on the use of python's stripe API. The aim is to make it as simple as possible to use.
Installation
`pip install django-silly-stripe``
settings.py
INSTALLED_APPS = [
# ...
'django_silly_stripe',
]
SILLY_STRIPE = {
'config_name': 'test' # or whatever name your config is
}
urls.py
urlpatterns = [
# ...
path('stripe/', include('django_silly_stripe.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
Built Distribution
File details
Details for the file django-silly-stripe-0.0.1.tar.gz
.
File metadata
- Download URL: django-silly-stripe-0.0.1.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
11ebcb1a5a9b2075bb7d4ef99f83d07580b2af2263cf8ab1c03a2cf73043468e
|
|
MD5 |
96ada66633e4ed6923110ab236f0c03d
|
|
BLAKE2b-256 |
347cf5b5604b87fe996039a57c4888772718e1bd049f9a072d747650ddada142
|
File details
Details for the file django_silly_stripe-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: django_silly_stripe-0.0.1-py3-none-any.whl
- Upload date:
- Size: 4.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
f14dd59ce4e3bb895c2f2fc01b0194b2f9c56382b8a0e20bda99581a84e22bcd
|
|
MD5 |
f2f1054a1d600430c0f5350b9ef49a1d
|
|
BLAKE2b-256 |
bf3ef266a9faf329bae7734da697733c88dff65b059c4f1b2a7da37790c4c500
|