Skip to main content

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

django-silly-stripe-0.0.1.tar.gz (3.9 kB view hashes)

Uploaded Source

Built Distribution

django_silly_stripe-0.0.1-py3-none-any.whl (4.8 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